blob: 73d47dfdae27b7d6e023a6996b3181f938d8c39c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Index: toml-edit/Cargo.toml
===================================================================
--- toml-edit.orig/Cargo.toml
+++ toml-edit/Cargo.toml
@@ -95,7 +95,7 @@ name = "visit"
test = true
[dependencies.indexmap]
-version = "2.0.0"
+version = ">= 1.9.1"
features = ["std"]
[dependencies.kstring]
@@ -125,7 +125,7 @@ version = "0.6.0"
version = "1.0.96"
[dev-dependencies.snapbox]
-version = "0.4.11"
+version = "0.4.8"
features = ["harness"]
[features]
|