File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ All user visible changes to `juniper_rocket` crate will be documented in this fi
6
6
7
7
8
8
9
- ## master
9
+ ## [ 0.10.0] · 2025-09-08
10
+ [ 0.10.0 ] : /../../tree/juniper_rocket-v0.10.0/juniper_rocket
10
11
11
12
### BC Breaks
12
13
13
- - Bumped up [ MSRV] to 1.85. ([ #1272 ] , [ todo] )
14
+ - Switched to 0.17 version of [ ` juniper ` crate] .
15
+ - Bumped up [ MSRV] to 1.85. ([ #1272 ] , [ 1b1fc618] )
14
16
15
17
[ #1272 ] : /../../pull/1272
16
- [ todo ] : /../../commit/todo
18
+ [ 1b1fc618 ] : /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
17
19
18
20
19
21
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " juniper_rocket"
3
- version = " 0.9 .0"
3
+ version = " 0.10 .0"
4
4
edition = " 2024"
5
5
rust-version = " 1.85"
6
6
description = " `juniper` GraphQL integration with `rocket`."
Original file line number Diff line number Diff line change 6
6
[ ![ CI] ( https://github.com/graphql-rust/juniper/actions/workflows/ci.yml/badge.svg?branch=master " CI ")] ( https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster )
7
7
[ ![ Rust 1.85+] ( https://img.shields.io/badge/rustc-1.85+-lightgray.svg " Rust 1.85+ ")] ( https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html )
8
8
9
- - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_rocket-v0.9 .0/juniper_rocket/CHANGELOG.md )
9
+ - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_rocket-v0.10 .0/juniper_rocket/CHANGELOG.md )
10
10
11
11
[ ` rocket ` ] web server integration for [ ` juniper ` ] ([ GraphQL] implementation for [ Rust] ).
12
12
@@ -31,7 +31,7 @@ Check [`examples/simple.rs`][1] for example code of a working [`rocket`] server
31
31
32
32
## License
33
33
34
- This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/juniper_rocket-v0.9 .0/juniper_rocket/LICENSE ) .
34
+ This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/juniper_rocket-v0.10 .0/juniper_rocket/LICENSE ) .
35
35
36
36
37
37
@@ -43,4 +43,4 @@ This project is licensed under [BSD 2-Clause License](https://github.com/graphql
43
43
[ Juniper Book ] : https://graphql-rust.github.io/juniper
44
44
[ Rust ] : https://www.rust-lang.org
45
45
46
- [ 1 ] : https://github.com/graphql-rust/juniper/blob/juniper_rocket-v0.9 .0/juniper_rocket/examples/simple.rs
46
+ [ 1 ] : https://github.com/graphql-rust/juniper/blob/juniper_rocket-v0.10 .0/juniper_rocket/examples/simple.rs
You can’t perform that action at this time.
0 commit comments