Skip to content

Commit

Permalink
contracts: missing sdk feature added
Browse files Browse the repository at this point in the history
  • Loading branch information
skoupidi committed Jan 16, 2025
1 parent 1a5dff2 commit a12a364
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/contract/dao/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
blake2b_simd = "1.0.2"
bs58 = "0.5.1"
darkfi-sdk = { path = "../../sdk" }
darkfi-sdk = { path = "../../sdk", features = ["wasm"] }
darkfi-serial = { version = "0.4.2", features = ["derive", "crypto"] }
darkfi_money_contract = { path = "../money", features = ["no-entrypoint"] }
thiserror = "1.0.64"
Expand Down
2 changes: 1 addition & 1 deletion src/contract/deployooor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

[dependencies]
darkfi-sdk = { path = "../../sdk" }
darkfi-sdk = { path = "../../sdk", features = ["wasm"] }
darkfi-serial = { version = "0.4.2", features = ["derive", "crypto"] }
thiserror = "1.0.64"
wasmparser = "0.219.1"
Expand Down
2 changes: 1 addition & 1 deletion src/contract/money/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
blake3 = "1.5.4"
bs58 = "0.5.1"
darkfi-sdk = { path = "../../sdk" }
darkfi-sdk = { path = "../../sdk", features = ["wasm"] }
darkfi-serial = { version = "0.4.2", features = ["derive", "crypto"] }
thiserror = "1.0.64"

Expand Down

0 comments on commit a12a364

Please sign in to comment.