File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " juniper"
3- version = " 0.5.2 "
3+ version = " 0.5.3 "
44authors = [" Magnus Hallin <mhallin@fastmail.com>" ]
55description = " GraphQL server library"
66license = " BSD-2-Clause"
Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ make integration with existing servers straightforward. It optionally provides a
1616pre-built integration for the [ Iron framework] [ iron ] .
1717
1818* [ Cargo crate] ( https://crates.io/crates/juniper )
19- * [ API Documentation] ( https://docs.rs/juniper/0.5.2 /juniper/ )
19+ * [ API Documentation] ( https://docs.rs/juniper/0.5.3 /juniper/ )
2020
2121## Installation
2222
2323Add Juniper to your Cargo.toml:
2424
2525``` toml
2626[dependencies ]
27- juniper = " 0.5.2 "
27+ juniper = " 0.5.3 "
2828```
2929
3030If you want the Iron integration enabled, you need to enable the ` iron-handlers `
3131feature flag:
3232
3333``` toml
3434[dependencies ]
35- juniper = { version = " 0.5.2 " , features = [" iron-handlers" ] }
35+ juniper = { version = " 0.5.3 " , features = [" iron-handlers" ] }
3636```
3737
3838## Building schemas
You can’t perform that action at this time.
0 commit comments