File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
stellar-scaffold-test/fixtures/soroban-init-boilerplate/contracts Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version = "0.1.1"
55authors = [" Aha Labs <hello@theaha.co>" ]
66license = " Apache-2.0"
77rust-version = " 1.69"
8- edition = " 2021 "
8+ edition = " 2024 "
99publish = false
1010
1111[lib ]
Original file line number Diff line number Diff line change 11[package ]
22name = " stellar-build"
33version = " 0.0.3"
4- edition = " 2021 "
4+ edition = " 2024 "
55description = " A library for gathering Contracts"
66license = " Apache-2.0"
77repository = " https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-build"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = ["Aha Labs <hello@theaha.co>"]
66license = " Apache-2.0"
77readme = " README.md"
88version = " 0.0.12"
9- edition = " 2021 "
9+ edition = " 2024 "
1010rust-version = " 1.70"
1111autobins = false
1212repository = " https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-registry-cli"
Original file line number Diff line number Diff line change 11[package ]
22name = " stellar-registry"
33version = " 0.0.3"
4- edition = " 2021 "
4+ edition = " 2024 "
55description = " A smart contract library for using stellar registry to import other smart contracts"
66license = " Apache-2.0"
77repository = " https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-registry"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = ["Aha Labs <hello@theaha.co>"]
66license = " Apache-2.0"
77readme = " README.md"
88version = " 0.0.13"
9- edition = " 2021 "
9+ edition = " 2024 "
1010rust-version = " 1.70"
1111autobins = false
1212repository = " https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-scaffold-cli"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "example-wallet"
33version = " 0.0.0"
44authors = [" Stellar Development Foundation <info@stellar.org>" ]
55license = " Apache-2.0"
6- edition = " 2021 "
6+ edition = " 2024 "
77publish = false
88
99[lib ]
Original file line number Diff line number Diff line change 11[package ]
22name = " stellar-scaffold-macro"
33version = " 0.8.8"
4- edition = " 2021 "
4+ edition = " 2024 "
55description = " Macros needed by stellar-scaffold"
66license = " Apache-2.0"
77repository = " https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-scaffold-macro"
Original file line number Diff line number Diff line change 11[package ]
22name = " soroban-auth-contract"
33version = " 0.0.0"
4- edition = " 2021 "
4+ edition = " 2024 "
55publish = false
66
77[lib ]
Original file line number Diff line number Diff line change 11[package ]
22name = " soroban-custom-types-contract"
33version = " 0.0.0"
4- edition = " 2021 "
4+ edition = " 2024 "
55publish = false
66
77[lib ]
Original file line number Diff line number Diff line change 11[package ]
22name = " soroban-hello-world-contract"
33version = " 0.0.0"
4- edition = " 2021 "
4+ edition = " 2024 "
55publish = false
66
77[lib ]
You can’t perform that action at this time.
0 commit comments