File tree Expand file tree Collapse file tree
cmd/crates/soroban-test/tests/fixtures Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,25 +21,25 @@ exclude = [
2121]
2222
2323[workspace .package ]
24- version = " 25.2 .0"
24+ version = " 26.0 .0"
2525rust-version = " 1.92.0"
2626
2727# Dependencies located in this repo:
2828[workspace .dependencies .soroban-cli ]
29- version = " =25.2 .0"
29+ version = " =26.0 .0"
3030path = " cmd/soroban-cli"
3131default-features = false
3232
3333[workspace .dependencies .soroban-spec-typescript ]
34- version = " 25.2 .0"
34+ version = " 26.0 .0"
3535path = " ./cmd/crates/soroban-spec-typescript"
3636
3737[workspace .dependencies .soroban-spec-tools ]
38- version = " 25.2 .0"
38+ version = " 26.0 .0"
3939path = " ./cmd/crates/soroban-spec-tools"
4040
4141[workspace .dependencies .stellar-ledger ]
42- version = " =25.2 .0"
42+ version = " =26.0 .0"
4343path = " cmd/crates/stellar-ledger"
4444
4545# Dependencies from the rs-stellar-xdr repo:
Original file line number Diff line number Diff line change 11[package ]
22name = " stellar-bye"
3- version = " 25.2 .0"
3+ version = " 26.0 .0"
44edition = " 2021"
55publish = false
66
Original file line number Diff line number Diff line change 11[package ]
22name = " soroban-hello"
3- version = " 25.2 .0"
3+ version = " 26.0 .0"
44edition = " 2021"
55publish = false
66
Original file line number Diff line number Diff line change 11[package ]
22name = " test_constructor"
3- version = " 25.2 .0"
3+ version = " 26.0 .0"
44authors = [" Stellar Development Foundation <info@stellar.org>" ]
55license = " Apache-2.0"
66edition = " 2021"
Original file line number Diff line number Diff line change 11[package ]
22name = " test_custom_account"
3- version = " 25.2 .0"
3+ version = " 26.0 .0"
44authors = [" Stellar Development Foundation <info@stellar.org>" ]
55license = " Apache-2.0"
66edition = " 2021"
Original file line number Diff line number Diff line change 11[package ]
22name = " test_custom_types"
3- version = " 25.2 .0"
3+ version = " 26.0 .0"
44authors = [" Stellar Development Foundation <info@stellar.org>" ]
55license = " Apache-2.0"
66edition = " 2021"
Original file line number Diff line number Diff line change 11[package ]
22name = " test_empty_constructor"
3- version = " 25.2 .0"
3+ version = " 26.0 .0"
44authors = [" Stellar Development Foundation <info@stellar.org>" ]
55license = " Apache-2.0"
66edition = " 2021"
Original file line number Diff line number Diff line change 11[package ]
22name = " test_hello_world"
3- version = " 25.2 .0"
3+ version = " 26.0 .0"
44authors = [" Stellar Development Foundation <info@stellar.org>" ]
55license = " Apache-2.0"
66edition = " 2021"
Original file line number Diff line number Diff line change 11[package ]
22name = " test_swap"
3- version = " 25.2 .0"
3+ version = " 26.0 .0"
44authors = [" Stellar Development Foundation <info@stellar.org>" ]
55license = " Apache-2.0"
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments