Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rocket requirement from =0.5.0-rc.4 to =0.5.0 #1220

Merged
merged 4 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion juniper_rocket/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All user visible changes to `juniper_rocket` crate will be documented in this fi
### BC Breaks

- Switched to 0.16 version of [`juniper` crate].
- Switched to 0.5.0-rc.4 version of [`rocket` crate]. ([#1205])
- Switched to 0.5 version of [`rocket` crate]. ([#1205], [#1220])

### Added

Expand All @@ -20,6 +20,7 @@ All user visible changes to `juniper_rocket` crate will be documented in this fi
[#930]: /../../issues/930
[#968]: /../../pull/968
[#1205]: /../../pull/1205
[#1220]: /../../pull/1220



Expand Down
2 changes: 1 addition & 1 deletion juniper_rocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = ["/examples/", "/tests/", "/release.toml"]
[dependencies]
futures = "0.3.22"
juniper = { version = "0.16.0-dev", path = "../juniper", default-features = false }
rocket = { version = "=0.5.0-rc.4", default-features = false }
rocket = { version = "0.5", default-features = false }
serde_json = "1.0.18"

# Fixes for `minimal-versions` check.
Expand Down