revert cargo.toml change

This commit is contained in:
Adam H. Leventhal 2023-05-15 07:11:31 -07:00
parent e7c4c16d9f
commit fb7a2d4c7e
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
syn = { version = "2.0", features = ["parsing"] } syn = { version = "2.0", features = ["parsing"] }
thiserror = "1.0" thiserror = "1.0"
typify = { git = "https://github.com/oxidecomputer/typify", version = "0.0.12" } # change when publishing
#typify = { version = "0.0.12" }
typify = { git = "https://github.com/oxidecomputer/typify" }
unicode-ident = "1.0.8" unicode-ident = "1.0.8"
[dev-dependencies] [dev-dependencies]