difftreelog
fix(build) upload missing Cargo.toml update
in: master
2 files changed
Cargo.lockdiffbeforeafterboth103dependencies = [103dependencies = [104 "bincode",104 "bincode",105 "closure",105 "closure",106 "indexmap",106 "jsonnet-parser",107 "jsonnet-parser",107 "jsonnet-stdlib",108 "jsonnet-stdlib",108 "serde",109 "serde",crates/jsonnet-evaluator/Cargo.tomldiffbeforeafterboth--- a/crates/jsonnet-evaluator/Cargo.toml
+++ b/crates/jsonnet-evaluator/Cargo.toml
@@ -14,6 +14,7 @@
jsonnet-parser = { path = "../jsonnet-parser" }
closure = "0.3.0"
jsonnet-stdlib = { path = "../jsonnet-stdlib" }
+indexmap = "1.4.0"
[dependencies.serde]
version = "1.0.111"