Skip to content

Commit

Permalink
Update rusk_abi
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Dec 20, 2023
1 parent 303d533 commit c792786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ default = ["compat"]
compat = ["dep:bip39"]

[target.'cfg(target_family = "wasm")'.dependencies]
rusk-abi = "0.11"
rusk-abi = "0.12.0-rc.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies]
rusk-abi = { version = "0.11", default-features = false }
rusk-abi = { version = "0.12.0-rc.0", default-features = false }

[dev-dependencies]
rand = "^0.8"
Expand Down

0 comments on commit c792786

Please sign in to comment.