File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,17 @@ All user visible changes to `juniper_axum` crate will be documented in this file
66
77
88
9- ## master
9+ ## [ 0.3.0] · 2025-09-08
10+ [ 0.3.0 ] : /../../tree/juniper_axum-v0.3.0/juniper_axum
1011
1112### BC Breaks
1213
13- - Bumped up [ MSRV] to 1.85. ([ #1272 ] , [ todo] )
14+ - Switched to 0.17 version of [ ` juniper ` crate] .
15+ - Switched to 0.5 version of [ ` juniper_graphql_ws ` crate] .
16+ - Bumped up [ MSRV] to 1.85. ([ #1272 ] , [ 1b1fc618] )
1417
1518[ #1272 ] : /../../pull/1272
16- [ todo ] : /../../commit/todo
19+ [ 1b1fc618 ] : /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
1720
1821
1922
Original file line number Diff line number Diff line change 11[package ]
22name = " juniper_axum"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44edition = " 2024"
55rust-version = " 1.85"
66description = " `juniper` GraphQL integration with `axum`."
@@ -33,7 +33,7 @@ subscriptions = [
3333axum = { version = " 0.8" , features = [" json" , " query" ], default-features = false }
3434derive_more = { version = " 2.0" , features = [" display" , " error" ], optional = true }
3535futures = { version = " 0.3.22" , optional = true }
36- juniper = { version = " 0.17.0 " , path = " ../juniper" , default-features = false }
36+ juniper = { version = " 0.17" , path = " ../juniper" , default-features = false }
3737juniper_graphql_ws = { version = " 0.5" , path = " ../juniper_graphql_ws" , features = [" graphql-transport-ws" ] }
3838serde = { version = " 1.0.122" , features = [" derive" ] }
3939serde_json = " 1.0.18"
Original file line number Diff line number Diff line change 66[ ![ 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 )
77[ ![ 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 )
88
9- - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.2 .0/juniper_axum/CHANGELOG.md )
9+ - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.3 .0/juniper_axum/CHANGELOG.md )
1010
1111[ ` axum ` ] web server integration for [ ` juniper ` ] ([ GraphQL] implementation for [ Rust] ).
1212
@@ -31,7 +31,7 @@ Check [`examples/simple.rs`][1] and [`examples/custom.rs`][1] for example code o
3131
3232## License
3333
34- This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.2 .0/juniper_axum/LICENSE ) .
34+ This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.3 .0/juniper_axum/LICENSE ) .
3535
3636
3737
@@ -43,5 +43,5 @@ This project is licensed under [BSD 2-Clause License](https://github.com/graphql
4343[ Juniper Book ] : https://graphql-rust.github.io/juniper
4444[ Rust ] : https://www.rust-lang.org
4545
46- [ 1 ] : https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.2 .0/juniper_axum/examples/simple.rs
47- [ 2 ] : https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.2 .0/juniper_axum/examples/custom.rs
46+ [ 1 ] : https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.3 .0/juniper_axum/examples/simple.rs
47+ [ 2 ] : https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.3 .0/juniper_axum/examples/custom.rs
You can’t perform that action at this time.
0 commit comments