Skip to content

Commit 969bf16

Browse files
danieleadesdaniel.eades
authored and
daniel.eades
committed
fixup
1 parent fdd21d9 commit 969bf16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[workspace]
22
resolver = "2"
3+
rust-version = "1.62.1" # also set in CI
34
members = [
45
"graphql_client",
56
"graphql_client_cli",

graphql_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["network-programming", "web-programming", "wasm"]
1010
edition = "2018"
1111
homepage = "https://github.com/graphql-rust/graphql-client"
1212
readme = "../README.md"
13-
rust-version = "1.62.1" # also set in CI
13+
rust-version.workspace = true
1414

1515
[package.metadata.docs.rs]
1616
features = ["reqwest"]

0 commit comments

Comments
 (0)