We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8a4d9 commit 138548fCopy full SHA for 138548f
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