Skip to content

Commit

Permalink
Merge branch 'main' into instance_sim
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh authored Oct 22, 2024
2 parents 61af43d + 8911531 commit 2995b6c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ exclude = ["soroban-test-wasms/wasm-workspace"]
# NB: When bumping the major version make sure to clean up the
# code guarded by `unstable-*` features to make it enabled
# unconditionally.
version = "22.0.0-rc.2"
version = "22.0.0-rc.3"
rust-version = "1.79.0"

[workspace.dependencies]
soroban-env-common = { version = "=22.0.0-rc.2", path = "soroban-env-common", default-features = false }
soroban-env-guest = { version = "=22.0.0-rc.2", path = "soroban-env-guest" }
soroban-env-host = { version = "=22.0.0-rc.2", path = "soroban-env-host" }
soroban-env-macros = { version = "=22.0.0-rc.2", path = "soroban-env-macros" }
soroban-builtin-sdk-macros = { version = "=22.0.0-rc.2", path = "soroban-builtin-sdk-macros" }
soroban-env-common = { version = "=22.0.0-rc.3", path = "soroban-env-common", default-features = false }
soroban-env-guest = { version = "=22.0.0-rc.3", path = "soroban-env-guest" }
soroban-env-host = { version = "=22.0.0-rc.3", path = "soroban-env-host" }
soroban-env-macros = { version = "=22.0.0-rc.3", path = "soroban-env-macros" }
soroban-builtin-sdk-macros = { version = "=22.0.0-rc.3", path = "soroban-builtin-sdk-macros" }
# NB: this must match the wasmparser version wasmi is using
wasmparser = "=0.116.1"

Expand Down

0 comments on commit 2995b6c

Please sign in to comment.