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 @@ -20,24 +20,24 @@ exclude = [
2020]
2121
2222[workspace .package ]
23- version = " 22.5 .0"
23+ version = " 22.6 .0"
2424rust-version = " 1.81.0"
2525
2626# Dependencies located in this repo:
2727[workspace .dependencies .soroban-cli ]
28- version = " =22.5 .0"
28+ version = " =22.6 .0"
2929path = " cmd/soroban-cli"
3030
3131[workspace .dependencies .soroban-spec-json ]
32- version = " =22.5 .0"
32+ version = " =22.6 .0"
3333path = " ./cmd/crates/soroban-spec-json"
3434
3535[workspace .dependencies .soroban-spec-typescript ]
36- version = " 22.5 .0"
36+ version = " 22.6 .0"
3737path = " ./cmd/crates/soroban-spec-typescript"
3838
3939[workspace .dependencies .soroban-spec-tools ]
40- version = " 22.5 .0"
40+ version = " 22.6 .0"
4141path = " ./cmd/crates/soroban-spec-tools"
4242
4343# Dependencies from the rs-stellar-xdr repo:
@@ -67,7 +67,7 @@ package = "stellar-rpc-client"
6767version = " =22.0.0"
6868
6969[workspace .dependencies .stellar-ledger ]
70- version = " =22.5 .0"
70+ version = " =22.6 .0"
7171path = " cmd/crates/stellar-ledger"
7272
7373# Dependencies from elsewhere shared by crates:
Original file line number Diff line number Diff line change 11[package ]
22name = " stellar-bye"
3- version = " 22.5 .0"
3+ version = " 22.6 .0"
44edition = " 2021"
55publish = false
66
Original file line number Diff line number Diff line change 11[package ]
22name = " soroban-hello"
3- version = " 22.5 .0"
3+ version = " 22.6 .0"
44edition = " 2021"
55publish = false
66
Original file line number Diff line number Diff line change 11[package ]
22name = " test_constructor"
3- version = " 22.5 .0"
3+ version = " 22.6 .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 = " 22.5 .0"
3+ version = " 22.6 .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 = " 22.5 .0"
3+ version = " 22.6 .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 = " 22.5 .0"
3+ version = " 22.6 .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 = " 22.5 .0"
3+ version = " 22.6 .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_token"
3- version = " 22.5 .0"
3+ version = " 22.6 .0"
44description = " Soroban standard token contract"
55authors = [" Stellar Development Foundation <info@stellar.org>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments