revert cargo.toml change
This commit is contained in:
parent
e7c4c16d9f
commit
fb7a2d4c7e
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue