Skip to content

Commit bdc9834

Browse files
authored
Merge branch 'main' into tx-edit
2 parents 8a333b1 + 184fcd6 commit bdc9834

File tree

14 files changed

+191
-61
lines changed

14 files changed

+191
-61
lines changed

Cargo.lock

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ exclude = [
2020
]
2121

2222
[workspace.package]
23-
version = "22.4.0"
23+
version = "22.5.0"
2424
rust-version = "1.81.0"
2525

2626
# Dependencies located in this repo:
2727
[workspace.dependencies.soroban-cli]
28-
version = "=22.4.0"
28+
version = "=22.5.0"
2929
path = "cmd/soroban-cli"
3030

3131
[workspace.dependencies.soroban-spec-json]
32-
version = "=22.4.0"
32+
version = "=22.5.0"
3333
path = "./cmd/crates/soroban-spec-json"
3434

3535
[workspace.dependencies.soroban-spec-typescript]
36-
version = "22.4.0"
36+
version = "22.5.0"
3737
path = "./cmd/crates/soroban-spec-typescript"
3838

3939
[workspace.dependencies.soroban-spec-tools]
40-
version = "22.4.0"
40+
version = "22.5.0"
4141
path = "./cmd/crates/soroban-spec-tools"
4242

4343
# Dependencies from the rs-stellar-xdr repo:
@@ -67,7 +67,7 @@ package = "stellar-rpc-client"
6767
version = "=22.0.0"
6868

6969
[workspace.dependencies.stellar-ledger]
70-
version = "=22.4.0"
70+
version = "=22.5.0"
7171
path = "cmd/crates/stellar-ledger"
7272

7373
# Dependencies from elsewhere shared by crates:

cmd/crates/soroban-test/tests/fixtures/bye/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stellar-bye"
3-
version = "22.4.0"
3+
version = "22.5.0"
44
edition = "2021"
55
publish = false
66

cmd/crates/soroban-test/tests/fixtures/hello/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soroban-hello"
3-
version = "22.4.0"
3+
version = "22.5.0"
44
edition = "2021"
55
publish = false
66

cmd/crates/soroban-test/tests/fixtures/test-wasms/constructor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_constructor"
3-
version = "22.4.0"
3+
version = "22.5.0"
44
authors = ["Stellar Development Foundation <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

cmd/crates/soroban-test/tests/fixtures/test-wasms/custom_account/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_custom_account"
3-
version = "22.4.0"
3+
version = "22.5.0"
44
authors = ["Stellar Development Foundation <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

cmd/crates/soroban-test/tests/fixtures/test-wasms/custom_type/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_custom_types"
3-
version = "22.4.0"
3+
version = "22.5.0"
44
authors = ["Stellar Development Foundation <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_hello_world"
3-
version = "22.4.0"
3+
version = "22.5.0"
44
authors = ["Stellar Development Foundation <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

cmd/crates/soroban-test/tests/fixtures/test-wasms/swap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_swap"
3-
version = "22.4.0"
3+
version = "22.5.0"
44
authors = ["Stellar Development Foundation <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

cmd/crates/soroban-test/tests/fixtures/test-wasms/token/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_token"
3-
version = "22.4.0"
3+
version = "22.5.0"
44
description = "Soroban standard token contract"
55
authors = ["Stellar Development Foundation <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)