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
23# std.thisFile support23# std.thisFile support
24legacy-this-file = ["jrsonnet-cli/legacy-this-file"]24legacy-this-file = ["jrsonnet-cli/legacy-this-file"]
25
26nightly = ["jrsonnet-evaluator/nightly"]
2527
26[dependencies]28[dependencies]
27jrsonnet-evaluator.workspace = true29jrsonnet-evaluator.workspace = true
modifiedcrates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth
--- a/crates/jrsonnet-evaluator/Cargo.toml
+++ b/crates/jrsonnet-evaluator/Cargo.toml
@@ -24,7 +24,7 @@
 exp-object-iteration = []
 
 # Improves performance, and implements some useful things using nightly-only features
-nightly = []
+nightly = ["hashbrown/nightly"]
 
 [dependencies]
 jrsonnet-interner.workspace = true