Skip to content

Commit 0cc3131

Browse files
committed
chore: Update dependencies and SDK versions to 2.3.1
1 parent ba5fe80 commit 0cc3131

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
exclude = ["examples/"]
1010

1111
[workspace.package]
12-
version = "2.3.0"
12+
version = "2.3.1"
1313

1414
# Special triple # comment for ci.
1515
[patch.crates-io]

examples/adder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ utility-workspaces = { version = "0.12.4", default-features = false, features =
1515
serde_json = "1.0"
1616
tokio = { version = "1.14", features = ["full"] }
1717
anyhow = "1.0"
18-
unc-abi = "0.10.2"
18+
unc-abi = "0.10.3"
1919
zstd = "0.13.1"
2020

2121
[profile.release]

unc-sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ wee_alloc = { version = "0.4.5", default-features = false, optional = true }
3939

4040
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
4141
schemars = { version = "0.8.8", optional = true }
42-
unc-abi = { version = "0.10.2", features = ["__chunked-entries"], optional = true }
42+
unc-abi = { version = "0.10.3", features = ["__chunked-entries"], optional = true }
4343
unc-vm-runner = { version = "0.10.2", optional = true }
4444
unc-primitives-core = { version = "0.10.2", optional = true }
4545
unc-primitives = { version = "0.10.2", optional = true }
@@ -59,7 +59,7 @@ hex = { version = "0.4.3", features = ["serde"] }
5959
getrandom = { version = "0.2", features = ["js"] }
6060
rand_chacha = "0.3.1"
6161
unc-rng = "0.1.0"
62-
unc-abi = { version = "0.10.2", features = ["__chunked-entries"] }
62+
unc-abi = { version = "0.10.3", features = ["__chunked-entries"] }
6363
symbolic-debuginfo = "12"
6464

6565
[features]

0 commit comments

Comments
 (0)