We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c803f7 commit d4f555eCopy full SHA for d4f555e
Cargo.toml
@@ -37,6 +37,3 @@ pest = "2.1.0"
37
pest_derive = "2.1.0"
38
ron = "0.4.1"
39
uuid = { version = "0.7.1", features = ["serde", "v4"] }
40
-
41
-[patch.crates-io]
42
-proc-macro2 = { git = "https://github.com/dtolnay/proc-macro2", rev = "3b1f7d28c11a0f88ab52504c4b8e1dc9e7789883" }
cargo-insta/Cargo.toml
@@ -21,5 +21,5 @@ serde_json = "1.0.36"
21
failure = "0.1.5"
22
glob = "0.2.11"
23
walkdir = "2.2.7"
24
-proc-macro2 = { version = "0.4.26", features = ["span-locations"] }
+proc-macro2 = { version = "0.4.27", features = ["span-locations"] }
25
syn = { version = "0.15.26", features = ["full"] }
0 commit comments