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 ea763e4 commit 2078f39Copy full SHA for 2078f39
workspace/tests/Cargo.toml
@@ -3,6 +3,10 @@ name = "tests"
3
version = "0.1.0"
4
edition = "2021"
5
6
+[features]
7
+# default = [ "simulator" ]
8
+simulator = [ "ckb-testtool/simulator" ]
9
+
10
[dependencies]
-ckb-testtool = "0.10.2"
11
+ckb-testtool = "0.12.0"
12
serde_json = "1.0"
0 commit comments