Skip to content

Commit

Permalink
chore: Update dependencies and SDK versions to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zwong91 committed Jun 14, 2024
1 parent ba5fe80 commit 0cc3131
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
exclude = ["examples/"]

[workspace.package]
version = "2.3.0"
version = "2.3.1"

# Special triple # comment for ci.
[patch.crates-io]
Expand Down
2 changes: 1 addition & 1 deletion examples/adder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ utility-workspaces = { version = "0.12.4", default-features = false, features =
serde_json = "1.0"
tokio = { version = "1.14", features = ["full"] }
anyhow = "1.0"
unc-abi = "0.10.2"
unc-abi = "0.10.3"
zstd = "0.13.1"

[profile.release]
Expand Down
4 changes: 2 additions & 2 deletions unc-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ wee_alloc = { version = "0.4.5", default-features = false, optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
schemars = { version = "0.8.8", optional = true }
unc-abi = { version = "0.10.2", features = ["__chunked-entries"], optional = true }
unc-abi = { version = "0.10.3", features = ["__chunked-entries"], optional = true }
unc-vm-runner = { version = "0.10.2", optional = true }
unc-primitives-core = { version = "0.10.2", optional = true }
unc-primitives = { version = "0.10.2", optional = true }
Expand All @@ -59,7 +59,7 @@ hex = { version = "0.4.3", features = ["serde"] }
getrandom = { version = "0.2", features = ["js"] }
rand_chacha = "0.3.1"
unc-rng = "0.1.0"
unc-abi = { version = "0.10.2", features = ["__chunked-entries"] }
unc-abi = { version = "0.10.3", features = ["__chunked-entries"] }
symbolic-debuginfo = "12"

[features]
Expand Down

0 comments on commit 0cc3131

Please sign in to comment.