Skip to content

Commit ebc6cab

Browse files
add std feature for cairo1-run
1 parent 45eaa2a commit ebc6cab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cairo1-run/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ num-bigint.workspace = true
2929
getrandom = { version = "0.2.16", features = ["js"]}
3030

3131
[features]
32+
default = ["std"]
3233
mod_builtin = ["cairo-vm/mod_builtin"]
34+
std = ["cairo-vm/std"]

examples/wasm-demo-cairo1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ serde_json ={ workspace = true }
2828

2929
cairo-lang-sierra = { workspace = true }
3030
cairo-vm = { workspace = true }
31-
cairo1-run = { workspace = true }
31+
cairo1-run = { workspace = true, default-features = false }

0 commit comments

Comments
 (0)