Skip to content

Commit 7bc4bc3

Browse files
committed
Update editions across crates and fixtures
1 parent 12d40da commit 7bc4bc3

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

contracts/registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.1.1"
55
authors = ["Aha Labs <hello@theaha.co>"]
66
license = "Apache-2.0"
77
rust-version = "1.69"
8-
edition = "2021"
8+
edition = "2024"
99
publish = false
1010

1111
[lib]

crates/stellar-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stellar-build"
33
version = "0.0.3"
4-
edition = "2021"
4+
edition = "2024"
55
description = "A library for gathering Contracts"
66
license = "Apache-2.0"
77
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-build"

crates/stellar-registry-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Aha Labs <hello@theaha.co>"]
66
license = "Apache-2.0"
77
readme = "README.md"
88
version = "0.0.12"
9-
edition = "2021"
9+
edition = "2024"
1010
rust-version = "1.70"
1111
autobins = false
1212
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-registry-cli"

crates/stellar-registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stellar-registry"
33
version = "0.0.3"
4-
edition = "2021"
4+
edition = "2024"
55
description = "A smart contract library for using stellar registry to import other smart contracts"
66
license = "Apache-2.0"
77
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-registry"

crates/stellar-scaffold-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Aha Labs <hello@theaha.co>"]
66
license = "Apache-2.0"
77
readme = "README.md"
88
version = "0.0.13"
9-
edition = "2021"
9+
edition = "2024"
1010
rust-version = "1.70"
1111
autobins = false
1212
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-scaffold-cli"

crates/stellar-scaffold-cli/examples/soroban/wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "example-wallet"
33
version = "0.0.0"
44
authors = ["Stellar Development Foundation <info@stellar.org>"]
55
license = "Apache-2.0"
6-
edition = "2021"
6+
edition = "2024"
77
publish = false
88

99
[lib]

crates/stellar-scaffold-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stellar-scaffold-macro"
33
version = "0.8.8"
4-
edition = "2021"
4+
edition = "2024"
55
description = "Macros needed by stellar-scaffold"
66
license = "Apache-2.0"
77
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-scaffold-macro"

crates/stellar-scaffold-test/fixtures/soroban-init-boilerplate/contracts/auth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "soroban-auth-contract"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition = "2024"
55
publish = false
66

77
[lib]

crates/stellar-scaffold-test/fixtures/soroban-init-boilerplate/contracts/custom_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "soroban-custom-types-contract"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition = "2024"
55
publish = false
66

77
[lib]

crates/stellar-scaffold-test/fixtures/soroban-init-boilerplate/contracts/hello_world/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "soroban-hello-world-contract"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition = "2024"
55
publish = false
66

77
[lib]

0 commit comments

Comments
 (0)