Skip to content

Commit f4fd838

Browse files
Bump version to 22.6.0 (#1972)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e68b9f3 commit f4fd838

10 files changed

Lines changed: 30 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ exclude = [
2020
]
2121

2222
[workspace.package]
23-
version = "22.5.0"
23+
version = "22.6.0"
2424
rust-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"
2929
path = "cmd/soroban-cli"
3030

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

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

3939
[workspace.dependencies.soroban-spec-tools]
40-
version = "22.5.0"
40+
version = "22.6.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.5.0"
70+
version = "=22.6.0"
7171
path = "cmd/crates/stellar-ledger"
7272

7373
# Dependencies from elsewhere shared by crates:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stellar-bye"
3-
version = "22.5.0"
3+
version = "22.6.0"
44
edition = "2021"
55
publish = false
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soroban-hello"
3-
version = "22.5.0"
3+
version = "22.6.0"
44
edition = "2021"
55
publish = false
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_constructor"
3-
version = "22.5.0"
3+
version = "22.6.0"
44
authors = ["Stellar Development Foundation <info@stellar.org>"]
55
license = "Apache-2.0"
66
edition = "2021"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_custom_account"
3-
version = "22.5.0"
3+
version = "22.6.0"
44
authors = ["Stellar Development Foundation <info@stellar.org>"]
55
license = "Apache-2.0"
66
edition = "2021"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_custom_types"
3-
version = "22.5.0"
3+
version = "22.6.0"
44
authors = ["Stellar Development Foundation <info@stellar.org>"]
55
license = "Apache-2.0"
66
edition = "2021"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_hello_world"
3-
version = "22.5.0"
3+
version = "22.6.0"
44
authors = ["Stellar Development Foundation <info@stellar.org>"]
55
license = "Apache-2.0"
66
edition = "2021"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_swap"
3-
version = "22.5.0"
3+
version = "22.6.0"
44
authors = ["Stellar Development Foundation <info@stellar.org>"]
55
license = "Apache-2.0"
66
edition = "2021"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_token"
3-
version = "22.5.0"
3+
version = "22.6.0"
44
description = "Soroban standard token contract"
55
authors = ["Stellar Development Foundation <info@stellar.org>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)