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

difftreelog

fix(build) upload missing Cargo.toml update

Лач2020-06-10parent: #6194e7e.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -103,6 +103,7 @@
 dependencies = [
  "bincode",
  "closure",
+ "indexmap",
  "jsonnet-parser",
  "jsonnet-stdlib",
  "serde",
modifiedcrates/jsonnet-evaluator/Cargo.tomldiffbeforeafterboth
14jsonnet-parser = { path = "../jsonnet-parser" }14jsonnet-parser = { path = "../jsonnet-parser" }
15closure = "0.3.0"15closure = "0.3.0"
16jsonnet-stdlib = { path = "../jsonnet-stdlib" }16jsonnet-stdlib = { path = "../jsonnet-stdlib" }
17indexmap = "1.4.0"
1718
18[dependencies.serde]19[dependencies.serde]
19version = "1.0.111"20version = "1.0.111"