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

difftreelog

feat forward nightly feature to hashbrown

Yaroslav Bolyukin2022-12-03parent: #94b9917.patch.diff
in: master

2 files changed

modifiedcmds/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
modifiedcrates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth
24exp-object-iteration = []24exp-object-iteration = []
2525
26# Improves performance, and implements some useful things using nightly-only features26# Improves performance, and implements some useful things using nightly-only features
27nightly = []27nightly = ["hashbrown/nightly"]
2828
29[dependencies]29[dependencies]
30jrsonnet-interner.workspace = true30jrsonnet-interner.workspace = true