Skip to content

Commit 9a6ba19

Browse files
Merge pull request #70 from CreepySkeleton/patch-1
Update proc-macro-error dependency
2 parents d17214e + 8d3772c commit 9a6ba19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nightly = []
2929
proc-macro2 = "1.0"
3030
quote = "1.0"
3131
syn = { version = "1.0", features = ["full", "visit", "visit-mut"] }
32-
proc-macro-error = "0.4.4"
32+
proc-macro-error = "1.0.0"
3333

3434
[dev-dependencies]
3535
trybuild = "1"

0 commit comments

Comments
 (0)