Skip to content

Commit cd33093

Browse files
committed
Release version 0.5.3
1 parent f3e0acc commit cd33093

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = ["Magnus Hallin <[email protected]>"]
55
description = "GraphQL server library"
66
license = "BSD-2-Clause"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ make integration with existing servers straightforward. It optionally provides a
1616
pre-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

2323
Add Juniper to your Cargo.toml:
2424

2525
```toml
2626
[dependencies]
27-
juniper = "0.5.2"
27+
juniper = "0.5.3"
2828
```
2929

3030
If you want the Iron integration enabled, you need to enable the `iron-handlers`
3131
feature 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

0 commit comments

Comments
 (0)