Skip to content

Commit 138548f

Browse files
committed
Fix error: x64-simulator-crate simulator rename to native-simulator
1 parent ea8a4d9 commit 138548f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x64-simulator-crate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ckb-std = "0.15.3"
99
# Supporting native tests powered by ckb-x64-simulator
1010
[target.'cfg(all(target_arch = "x86_64", unix))'.dependencies.ckb-std]
1111
version = "0.15.3"
12-
features = ["simulator"]
12+
features = ["native-simulator"]
1313

1414
[target.'cfg(all(target_arch = "x86_64", unix))'.dev-dependencies]
1515
ckb-testtool = "0.13.0"

0 commit comments

Comments
 (0)