difftreelog
feat add experimental feature, which combines them all
in: master
2 files changed
bindings/jsonnet/Cargo.tomldiffbeforeafterboth--- a/bindings/jsonnet/Cargo.toml
+++ b/bindings/jsonnet/Cargo.toml
@@ -17,4 +17,5 @@
[features]
interop = []
+experimental = ["exp-preserve-order"]
exp-preserve-order = ["jrsonnet-evaluator/exp-preserve-order"]
cmds/jrsonnet/Cargo.tomldiffbeforeafterboth7edition = "2021"7edition = "2021"889[features]9[features]10experimental = ["exp-preserve-order"]10# Use mimalloc as allocator11# Use mimalloc as allocator11mimalloc = ["mimallocator"]12mimalloc = ["mimallocator"]12# Experimental feature, which allows to preserve order of object fields13# Experimental feature, which allows to preserve order of object fields