Skip to content

Commit 9960939

Browse files
committed
Merge branch 'issue-6-fix'
2 parents 9c54443 + 83fb958 commit 9960939

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

exemplar_proc_macro/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords.workspace = true
1313
proc-macro = true
1414

1515
[dependencies]
16-
proc-macro-error = "1.0.4"
17-
proc-macro2 = "1.0.68"
18-
quote = "1.0.33"
19-
syn = { version = "2.0.38" }
16+
proc-macro-error2 = "2.0.1"
17+
proc-macro2 = "1.0.94"
18+
quote = "1.0.39"
19+
syn = "2.0.100"

exemplar_proc_macro/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mod codegen;
22
mod util;
33

44
use proc_macro::TokenStream;
5-
use proc_macro_error::*;
5+
use proc_macro_error2::*;
66

77
use proc_macro2::Ident;
88
use proc_macro2::Literal;

0 commit comments

Comments
 (0)