File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"
1010
1111[dependencies ]
1212ifmt-impl = { version = " 0.3" , path = " impl" }
13- proc-macro-hack = " 0.5.10 "
13+ proc-macro-hack = " 0.5"
1414
1515[workspace ]
1616members = [" demo" , " impl" ]
Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ publish = false
77
88[dependencies ]
99ifmt = { version = " 0.3.0" , path = " ../" }
10- lazy_static = " 1.4.0"
Original file line number Diff line number Diff line change @@ -14,6 +14,5 @@ proc-macro = true
1414syn = { version = " 1.0" , features = [" full" , " extra-traits" ]}
1515regex = " 1.1"
1616lazy_static = " 1.4"
17- proc-macro2 = " 1.0.7"
1817quote = " 1.0"
1918proc-macro-hack = " 0.5"
Original file line number Diff line number Diff line change 11extern crate proc_macro;
2- extern crate proc_macro2;
32extern crate regex;
43#[ macro_use]
54extern crate lazy_static;
You can’t perform that action at this time.
0 commit comments