|
|
@@ -1,6 +1,6 @@
|
|
|
[package]
|
|
|
name = "darkfi_deployooor_contract"
|
|
|
-version = "0.4.1"
|
|
|
+version = "0.5.0"
|
|
|
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
|
|
license = "AGPL-3.0-only"
|
|
|
edition = "2021"
|
|
|
@@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"]
|
|
|
darkfi-sdk = { path = "../../sdk", features = ["wasm"] }
|
|
|
darkfi-serial = { version = "0.4.2", features = ["derive", "crypto"] }
|
|
|
thiserror = "2.0.12"
|
|
|
-wasmparser = "0.229.0"
|
|
|
+wasmparser = "0.230.0"
|
|
|
|
|
|
# The following dependencies are used for the client API and
|
|
|
# probably shouldn't be in WASM
|