Skip to content

Commit 9f00199

Browse files
authored
Set version to v25 rc1 (#1615)
### What Set version to v25 rc1
1 parent cf58d53 commit 9f00199

File tree

3 files changed

+25
-24
lines changed

3 files changed

+25
-24
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@ exclude = ["soroban-test-wasms/wasm-workspace"]
2020
# NB: When bumping the major version make sure to clean up the
2121
# code guarded by `unstable-*` features to make it enabled
2222
# unconditionally.
23-
version = "25.0.0"
23+
version = "25.0.0-rc.1"
2424
rust-version = "1.84.0"
2525

2626
[workspace.dependencies]
27-
soroban-env-common = { version = "=25.0.0", path = "soroban-env-common", default-features = false }
28-
soroban-env-guest = { version = "=25.0.0", path = "soroban-env-guest" }
29-
soroban-env-host = { version = "=25.0.0", path = "soroban-env-host" }
30-
soroban-env-macros = { version = "=25.0.0", path = "soroban-env-macros" }
31-
soroban-builtin-sdk-macros = { version = "=25.0.0", path = "soroban-builtin-sdk-macros" }
27+
soroban-env-common = { version = "=25.0.0-rc.1", path = "soroban-env-common", default-features = false }
28+
soroban-env-guest = { version = "=25.0.0-rc.1", path = "soroban-env-guest" }
29+
soroban-env-host = { version = "=25.0.0-rc.1", path = "soroban-env-host" }
30+
soroban-env-macros = { version = "=25.0.0-rc.1", path = "soroban-env-macros" }
31+
soroban-builtin-sdk-macros = { version = "=25.0.0-rc.1", path = "soroban-builtin-sdk-macros" }
3232
# NB: this must match the wasmparser version wasmi is using
3333
wasmparser = "=0.116.1"
3434

3535
# NB: When updating, also update the version in rs-soroban-env dev-dependencies
3636
[workspace.dependencies.stellar-xdr]
37-
version = "=24.0.1"
38-
git = "https://github.com/stellar/rs-stellar-xdr"
39-
rev = "89cc1cbadf1b9a16843826954dede7fec514d8e7"
37+
version = "=25.0.0-rc.1"
38+
#git = "https://github.com/stellar/rs-stellar-xdr"
39+
#rev = "6d8d16fce8a3c547ec20dedd8b39c36280fb3a33"
4040
default-features = false
4141

4242
[workspace.dependencies.wasmi]

soroban-env-host/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ p256 = {version = "0.13.2", default-features = false, features = ["alloc"]}
8585
lazy_static = "1.5.0"
8686

8787
[dev-dependencies.stellar-xdr]
88-
version = "=24.0.1"
89-
git = "https://github.com/stellar/rs-stellar-xdr"
90-
rev = "89cc1cbadf1b9a16843826954dede7fec514d8e7"
88+
version = "=25.0.0-rc.1"
89+
#git = "https://github.com/stellar/rs-stellar-xdr"
90+
#rev = "6d8d16fce8a3c547ec20dedd8b39c36280fb3a33"
9191
default-features = false
9292
features = ["arbitrary"]
9393

0 commit comments

Comments
 (0)