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,28 +21,28 @@ exclude = [
2121]
2222
2323[workspace .package ]
24- version = " 23.2.0 "
24+ version = " 23.2.1 "
2525rust-version = " 1.89.0"
2626
2727# Dependencies located in this repo:
2828[workspace .dependencies .soroban-cli ]
29- version = " =23.2.0 "
29+ version = " =23.2.1 "
3030path = " cmd/soroban-cli"
3131
3232[workspace .dependencies .soroban-spec-json ]
33- version = " =23.2.0 "
33+ version = " =23.2.1 "
3434path = " ./cmd/crates/soroban-spec-json"
3535
3636[workspace .dependencies .soroban-spec-typescript ]
37- version = " 23.2.0 "
37+ version = " 23.2.1 "
3838path = " ./cmd/crates/soroban-spec-typescript"
3939
4040[workspace .dependencies .soroban-spec-tools ]
41- version = " 23.2.0 "
41+ version = " 23.2.1 "
4242path = " ./cmd/crates/soroban-spec-tools"
4343
4444[workspace .dependencies .stellar-ledger ]
45- version = " =23.2.0 "
45+ version = " =23.2.1 "
4646path = " cmd/crates/stellar-ledger"
4747
4848# Dependencies from the rs-stellar-xdr repo:
Original file line number Diff line number Diff line change 11[package ]
22name = " stellar-bye"
3- version = " 23.2.0 "
3+ version = " 23.2.1 "
44edition = " 2021"
55publish = false
66
Original file line number Diff line number Diff line change 11[package ]
22name = " soroban-hello"
3- version = " 23.2.0 "
3+ version = " 23.2.1 "
44edition = " 2021"
55publish = false
66
Original file line number Diff line number Diff line change 11[package ]
22name = " test_constructor"
3- version = " 23.2.0 "
3+ version = " 23.2.1 "
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 = " 23.2.0 "
3+ version = " 23.2.1 "
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 = " 23.2.0 "
3+ version = " 23.2.1 "
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 = " 23.2.0 "
3+ version = " 23.2.1 "
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 = " 23.2.0 "
3+ version = " 23.2.1 "
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 = " 23.2.0 "
3+ version = " 23.2.1 "
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