We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4670e24 commit cb1b983Copy full SHA for cb1b983
x64-simulator-crate/Cargo.toml
@@ -9,7 +9,7 @@ ckb-std = "0.15.3"
9
# Supporting native tests powered by ckb-x64-simulator
10
[target.'cfg(all(target_arch = "x86_64", unix))'.dependencies.ckb-std]
11
version = "0.15.3"
12
-features = ["simulator"]
+features = ["native-simulator"]
13
14
[target.'cfg(all(target_arch = "x86_64", unix))'.dev-dependencies]
15
ckb-testtool = "0.13.0"
0 commit comments