difftreelog
fix(build) upload missing Cargo.toml update
in: master
2 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -103,6 +103,7 @@
dependencies = [
"bincode",
"closure",
+ "indexmap",
"jsonnet-parser",
"jsonnet-stdlib",
"serde",
crates/jsonnet-evaluator/Cargo.tomldiffbeforeafterboth14jsonnet-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"171818[dependencies.serde]19[dependencies.serde]19version = "1.0.111"20version = "1.0.111"