fix: revert to old version (#2048)

This commit is contained in:
Will Smith 2023-01-12 20:53:28 -05:00 committed by GitHub
parent 0a7e7423e2
commit 2eb56e69b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 455 additions and 513 deletions

966
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -42,7 +42,7 @@ cargo_metadata = { version = "0.15.2", optional = true }
convert_case = { version = "0.6.0", optional = true }
syn = { version = "1.0.107", optional = true }
proc-macro2 = { version = "1.0.49", optional = true }
num_enum = "0.5.8"
num_enum = "0.5.7"
[dev-dependencies]
tempfile = { version = "3.3.0", default-features = false }