Skip to content

Commit

Permalink
Update rust-version (#948)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <[email protected]>
  • Loading branch information
3 people authored Jul 18, 2023
1 parent 0bbeec2 commit 6709223
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion soroban-env-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
version.workspace = true
readme = "../README.md"
edition = "2021"
rust-version = "1.70"
rust-version = "1.71"

[build_dependencies]
crate-git-revision = "0.0.6"
Expand Down
2 changes: 1 addition & 1 deletion soroban-env-common/tests/no_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "test_no_std"
version.workspace = true
edition = "2021"
publish = false
rust-version = "1.70"
rust-version = "1.71"

[lib]
doctest = false
Expand Down
2 changes: 1 addition & 1 deletion soroban-env-guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
version.workspace = true
readme = "../README.md"
edition = "2021"
rust-version = "1.70"
rust-version = "1.71"

[dependencies]
soroban-env-common = { workspace = true, features = [] }
Expand Down
2 changes: 1 addition & 1 deletion soroban-env-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
version.workspace = true
readme = "../README.md"
edition = "2021"
rust-version = "1.70"
rust-version = "1.71"

[dependencies]
soroban-native-sdk-macros = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion soroban-env-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
version.workspace = true
edition = "2021"
rust-version = "1.70"
rust-version = "1.71"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion soroban-native-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
version.workspace = true
edition = "2021"
rust-version = "1.70"
rust-version = "1.71"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion soroban-synth-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
version.workspace = true
edition = "2021"
rust-version = "1.70"
rust-version = "1.71"
publish = false

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion soroban-test-wasms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version.workspace = true
description = "crate full of precompiled test WASM binaries for soroban -- for use in other tests, do not publish"
edition = "2021"
publish = false
rust-version = "1.70"
rust-version = "1.71"

0 comments on commit 6709223

Please sign in to comment.