Skip to content

Commit d4f555e

Browse files
committed
Update to release version of proc-macro2
1 parent 9c803f7 commit d4f555e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,3 @@ pest = "2.1.0"
3737
pest_derive = "2.1.0"
3838
ron = "0.4.1"
3939
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ serde_json = "1.0.36"
2121
failure = "0.1.5"
2222
glob = "0.2.11"
2323
walkdir = "2.2.7"
24-
proc-macro2 = { version = "0.4.26", features = ["span-locations"] }
24+
proc-macro2 = { version = "0.4.27", features = ["span-locations"] }
2525
syn = { version = "0.15.26", features = ["full"] }

0 commit comments

Comments
 (0)