fix: revert to old version (#2048)
This commit is contained in:
parent
0a7e7423e2
commit
2eb56e69b7
File diff suppressed because it is too large
Load Diff
|
@ -42,7 +42,7 @@ cargo_metadata = { version = "0.15.2", optional = true }
|
||||||
convert_case = { version = "0.6.0", optional = true }
|
convert_case = { version = "0.6.0", optional = true }
|
||||||
syn = { version = "1.0.107", optional = true }
|
syn = { version = "1.0.107", optional = true }
|
||||||
proc-macro2 = { version = "1.0.49", optional = true }
|
proc-macro2 = { version = "1.0.49", optional = true }
|
||||||
num_enum = "0.5.8"
|
num_enum = "0.5.7"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = { version = "3.3.0", default-features = false }
|
tempfile = { version = "3.3.0", default-features = false }
|
||||||
|
|
Loading…
Reference in New Issue