difftreelog
feat forward nightly feature to hashbrown
in: master
2 files changed
cmds/jrsonnet/Cargo.tomldiffbeforeafterboth--- a/cmds/jrsonnet/Cargo.toml
+++ b/cmds/jrsonnet/Cargo.toml
@@ -23,6 +23,8 @@
# std.thisFile support
legacy-this-file = ["jrsonnet-cli/legacy-this-file"]
+nightly = ["jrsonnet-evaluator/nightly"]
+
[dependencies]
jrsonnet-evaluator.workspace = true
jrsonnet-parser.workspace = true
crates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth24exp-object-iteration = []24exp-object-iteration = []252526# Improves performance, and implements some useful things using nightly-only features26# Improves performance, and implements some useful things using nightly-only features27nightly = []27nightly = ["hashbrown/nightly"]282829[dependencies]29[dependencies]30jrsonnet-interner.workspace = true30jrsonnet-interner.workspace = true