Skip to content

Commit fecf39e

Browse files
committed
feat: add experimental feature, which combines them all
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
1 parent d21a8e4 commit fecf39e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

bindings/jsonnet/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ crate-type = ["cdylib"]
1717

1818
[features]
1919
interop = []
20+
experimental = ["exp-preserve-order"]
2021
exp-preserve-order = ["jrsonnet-evaluator/exp-preserve-order"]

cmds/jrsonnet/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT"
77
edition = "2021"
88

99
[features]
10+
experimental = ["exp-preserve-order"]
1011
# Use mimalloc as allocator
1112
mimalloc = ["mimallocator"]
1213
# Experimental feature, which allows to preserve order of object fields

0 commit comments

Comments
 (0)