Skip to content

Commit a917fef

Browse files
committed
feat: Enable unstable feature by default in stdlib
1 parent 88af277 commit a917fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ wasmer = { version = "5.0.4", features = [ "sys-default"] }
6363
rand = { version = "0.8", features = ["small_rng"] }
6464

6565
[features]
66-
default = []
66+
default = ["unstable"]
6767
contract = []
6868
unstable = []
6969
freenet-main-contract = []

0 commit comments

Comments
 (0)