Skip to content

Commit 9cef244

Browse files
authored
build(vm): remove unused implicit features (#1266)
1 parent 60f5946 commit 9cef244

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#### Upcoming Changes
44

5+
* build: remove unused implicit features from cairo-vm
6+
57
#### [0.6.1] - 2023-6-23
68

79
* fix: updated the `custom_hint_example` and added it to the workspace [#1258](https://github.com/lambdaclass/cairo-rs/pull/1258)

vm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ std = [
1818
"starknet-crypto/std",
1919
"parse-hyperlinks/std",
2020
"felt/std",
21-
"num-prime",
21+
"dep:num-prime",
2222
]
23-
cairo-1-hints = ["cairo-lang-starknet", "cairo-lang-casm", "ark-ff", "ark-std"]
23+
cairo-1-hints = ["dep:cairo-lang-starknet", "dep:cairo-lang-casm", "dep:ark-ff", "dep:ark-std"]
2424

2525

2626
# Note that these features are not retro-compatible with the cairo Python VM.

0 commit comments

Comments
 (0)