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 a03319f commit fdb94eaCopy full SHA for fdb94ea
stack-reorder-contract/Cargo.toml
@@ -3,6 +3,14 @@ name = "{{project-name}}"
3
version = "0.1.0"
4
edition = "2021"
5
6
+[features]
7
+# The script template here, as well as all the other templates does not really need
8
+# `native-simulator` feature. Unfortunately, the careless change in ckb-std make this necessary:
9
+# https://github.com/nervosnetwork/ckb-std/pull/121
10
+# We do hope that the incident in ckb-std gets fixed soon, so we can get rid of this
11
+# line in template code.
12
+native-simulator = []
13
+
14
[dependencies]
15
ckb-std = "0.16.3"
16
0 commit comments