Skip to content

Commit

Permalink
Update rust-version (#1071)
Browse files Browse the repository at this point in the history
### What
Update rust-version to latest stable.

### Why
Tracking latest stable which receives security updates.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 25, 2023
1 parent c844b88 commit e7f5dbd
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion soroban-ledger-snapshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "../README.md"
license = "Apache-2.0"
version.workspace = true
edition = "2021"
rust-version = "1.71"
rust-version = "1.72"

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

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

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

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

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

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/add_i128/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/add_u128/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/add_u64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/contract_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
rust-version = "1.71"
rust-version = "1.72"
publish = false

[lib]
Expand Down
2 changes: 1 addition & 1 deletion tests/empty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/empty2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
# Adding rlib is required so that the test_fuzz crate can be imported as a
Expand Down
2 changes: 1 addition & 1 deletion tests/import_contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/invoke_contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/logging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/multiimpl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion tests/udt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Stellar Development Foundation <info@stellar.org>"]
license = "Apache-2.0"
edition = "2021"
publish = false
rust-version = "1.71"
rust-version = "1.72"

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit e7f5dbd

Please sign in to comment.