Skip to content

Commit a2ec605

Browse files
committed
Merge backported 0.8.2 juniper_rocket
2 parents 76b9caf + e823452 commit a2ec605

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

juniper_rocket/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ All user visible changes to `juniper_rocket` crate will be documented in this fi
1111
### BC Breaks
1212

1313
- Switched to 0.16 version of [`juniper` crate].
14-
- Switched to 0.5.0-rc.2 version of [`rocket` crate].
1514

1615
### Added
1716

@@ -25,7 +24,7 @@ All user visible changes to `juniper_rocket` crate will be documented in this fi
2524

2625
## Previous releases
2726

28-
See [old CHANGELOG](/../../blob/juniper_rocket-v0.8.1/juniper_rocket/CHANGELOG.md).
27+
See [old CHANGELOG](/../../blob/juniper_rocket-v0.8.2/juniper_rocket/CHANGELOG.md).
2928

3029

3130

juniper_rocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude = ["/examples/", "/tests/", "/release.toml"]
1919
[dependencies]
2020
futures = "0.3.1"
2121
juniper = { version = "0.16.0-dev", path = "../juniper", default-features = false }
22-
rocket = { version = "0.5.0-rc.2", default-features = false }
22+
rocket = { version = "=0.5.0-rc.2", default-features = false }
2323
serde_json = "1.0.2"
2424

2525
[dev-dependencies]

0 commit comments

Comments
 (0)