File tree Expand file tree Collapse file tree 6 files changed +11
-13
lines changed Expand file tree Collapse file tree 6 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## Unreleased
99
10- ## 0.8.0
11-
12- This release is only compatible with Rust 1.31.0 and later.
10+ This release sees the switch to the Rust 2018 edition and is only compatible with Rust 1.31.0 and later.
1311
1412## 0.7.1
1513
Original file line number Diff line number Diff line change 11[package ]
22name = " graphql_client"
3- version = " 0.8.0 "
3+ version = " 0.7.1 "
44authors = [" Tom Houlé <tom@tomhoule.com>" ]
55description = " Typed GraphQL requests and responses"
66repository = " https://github.com/graphql-rust/graphql-client"
@@ -11,7 +11,7 @@ edition = "2018"
1111
1212[dependencies ]
1313failure = " 0.1"
14- graphql_query_derive = {path = " ../graphql_query_derive" , version = " 0.8.0 " }
14+ graphql_query_derive = {path = " ../graphql_query_derive" , version = " 0.7.1 " }
1515serde = " ^1.0.78"
1616serde_derive = " 1.0"
1717serde_json = " 1.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " graphql_client_cli"
33description = " The CLI for graphql-client"
4- version = " 0.8.0 "
4+ version = " 0.7.1 "
55authors = [" Tom Houlé <tom@tomhoule.com>" ]
66license = " Apache-2.0 OR MIT"
77repository = " https://github.com/graphql-rust/graphql-client"
@@ -14,8 +14,8 @@ path = "src/main.rs"
1414[dependencies ]
1515failure = " 0.1"
1616reqwest = " ^0.9.0"
17- graphql_client = { version = " 0.8.0 " , path = " ../graphql_client" }
18- graphql_client_codegen = { path = " ../graphql_client_codegen/" , version = " 0.8.0 " }
17+ graphql_client = { version = " 0.7.1 " , path = " ../graphql_client" }
18+ graphql_client_codegen = { path = " ../graphql_client_codegen/" , version = " 0.7.1 " }
1919structopt = " 0.2"
2020serde = " 1.0"
2121serde_derive = " 1.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " graphql_client_codegen"
3- version = " 0.8.0 "
3+ version = " 0.7.1 "
44authors = [" Tom Houlé <tom@tomhoule.com>" ]
55description = " Utility crate for graphql_client"
66license = " Apache-2.0 OR MIT"
Original file line number Diff line number Diff line change 11[package ]
22name = " graphql_client_web"
3- version = " 0.8.0 "
3+ version = " 0.7.1 "
44authors = [" Tom Houlé <tom@tomhoule.com>" ]
55edition = " 2018"
66description = " Typed GraphQL requests and responses (web integration)"
@@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
1414
1515[dependencies ]
1616failure = " 0.1.2"
17- graphql_client = { path = " ../graphql_client" , version = " 0.8.0 " }
17+ graphql_client = { path = " ../graphql_client" , version = " 0.7.1 " }
1818log = " 0.4.5"
1919serde_json = " 1.0.32"
2020wasm-bindgen = " 0.2.29"
Original file line number Diff line number Diff line change 11[package ]
22name = " graphql_query_derive"
3- version = " 0.8.0 "
3+ version = " 0.7.1 "
44authors = [" Tom Houlé <tom@tomhoule.com>" ]
55description = " Utility crate for graphql_client"
66license = " Apache-2.0 OR MIT"
@@ -14,4 +14,4 @@ proc-macro = true
1414failure = " 0.1"
1515syn = { version = " 0.15.20" , features = [" extra-traits" ] }
1616proc-macro2 = { version = " 0.4" , features = [] }
17- graphql_client_codegen = { path = " ../graphql_client_codegen/" , version = " 0.8.0 " }
17+ graphql_client_codegen = { path = " ../graphql_client_codegen/" , version = " 0.7.1 " }
You can’t perform that action at this time.
0 commit comments