Skip to content

Commit 60f7458

Browse files
Bump version to 26.0.0 (#2476)
1 parent 46bfb04 commit 60f7458

11 files changed

Lines changed: 31 additions & 31 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ exclude = [
2121
]
2222

2323
[workspace.package]
24-
version = "25.2.0"
24+
version = "26.0.0"
2525
rust-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"
3030
path = "cmd/soroban-cli"
3131
default-features = false
3232

3333
[workspace.dependencies.soroban-spec-typescript]
34-
version = "25.2.0"
34+
version = "26.0.0"
3535
path = "./cmd/crates/soroban-spec-typescript"
3636

3737
[workspace.dependencies.soroban-spec-tools]
38-
version = "25.2.0"
38+
version = "26.0.0"
3939
path = "./cmd/crates/soroban-spec-tools"
4040

4141
[workspace.dependencies.stellar-ledger]
42-
version = "=25.2.0"
42+
version = "=26.0.0"
4343
path = "cmd/crates/stellar-ledger"
4444

4545
# Dependencies from the rs-stellar-xdr repo:

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 = "25.2.0"
3+
version = "26.0.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 = "25.2.0"
3+
version = "26.0.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 = "25.2.0"
3+
version = "26.0.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 = "25.2.0"
3+
version = "26.0.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 = "25.2.0"
3+
version = "26.0.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/empty_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_empty_constructor"
3-
version = "25.2.0"
3+
version = "26.0.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 = "25.2.0"
3+
version = "26.0.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 = "25.2.0"
3+
version = "26.0.0"
44
authors = ["Stellar Development Foundation <info@stellar.org>"]
55
license = "Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)