git.delta.rocks / jrsonnet / refs/commits / fecf39e7d380

difftreelog

feat add experimental feature, which combines them all

Yaroslav Bolyukin2022-04-23parent: #d21a8e4.patch.diff
in: master

2 files changed

modifiedbindings/jsonnet/Cargo.tomldiffbeforeafterboth
before · bindings/jsonnet/Cargo.toml
1[package]2name = "jsonnet"3description = "Rust implementation of libjsonnet.so"4version = "0.4.2"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6license = "MIT"7edition = "2021"8publish = false910[dependencies]11jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.4.2" }12jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.4.2" }13gcmodule = { git = "https://github.com/CertainLach/gcmodule", branch = "jrsonnet" }1415[lib]16crate-type = ["cdylib"]1718[features]19interop = []20exp-preserve-order = ["jrsonnet-evaluator/exp-preserve-order"]
modifiedcmds/jrsonnet/Cargo.tomldiffbeforeafterboth
--- a/cmds/jrsonnet/Cargo.toml
+++ b/cmds/jrsonnet/Cargo.toml
@@ -7,6 +7,7 @@
 edition = "2021"
 
 [features]
+experimental = ["exp-preserve-order"]
 # Use mimalloc as allocator
 mimalloc = ["mimallocator"]
 # Experimental feature, which allows to preserve order of object fields