diff --git a/Cargo.toml b/Cargo.toml index 3119ef2..1dbd21c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/examples/adder/Cargo.toml b/examples/adder/Cargo.toml index 83e83f7..8555c47 100644 --- a/examples/adder/Cargo.toml +++ b/examples/adder/Cargo.toml @@ -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] diff --git a/unc-sdk/Cargo.toml b/unc-sdk/Cargo.toml index 2d55e03..e2697cd 100644 --- a/unc-sdk/Cargo.toml +++ b/unc-sdk/Cargo.toml @@ -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 } @@ -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]