Skip to content

Commit f42c08d

Browse files
committed
fixup
1 parent cb16c0f commit f42c08d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[workspace]
22
resolver = "2"
3-
rust-version = "1.62.1" # also set in CI
43
members = [
54
"graphql_client",
65
"graphql_client_cli",
@@ -11,3 +10,6 @@ members = [
1110
# Example crates.
1211
"examples/*",
1312
]
13+
14+
[workspace.package]
15+
rust-version = "1.62.1" # also set in CI

0 commit comments

Comments
 (0)