Skip to content

Commit

Permalink
Fix reqwest version in graphql_client
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhoule committed May 24, 2019
1 parent 89e7be4 commit 5a1484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql_client/Cargo.toml
Expand Up @@ -48,7 +48,7 @@ version = "0.3.2"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.reqwest]
version = "*"
version = "0.9.16"

[dev-dependencies.wasm-bindgen-test]
version = "0.2.43"
Expand Down

0 comments on commit 5a1484b

Please sign in to comment.