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.
2 parents 9c54443 + 83fb958 commit 9960939Copy full SHA for 9960939
exemplar_proc_macro/Cargo.toml
@@ -13,7 +13,7 @@ keywords.workspace = true
13
proc-macro = true
14
15
[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" }
+proc-macro-error2 = "2.0.1"
+proc-macro2 = "1.0.94"
+quote = "1.0.39"
+syn = "2.0.100"
exemplar_proc_macro/src/lib.rs
@@ -2,7 +2,7 @@ mod codegen;
2
mod util;
3
4
use proc_macro::TokenStream;
5
-use proc_macro_error::*;
+use proc_macro_error2::*;
6
7
use proc_macro2::Ident;
8
use proc_macro2::Literal;
0 commit comments