Update commented out typify version (#427)

This commit is contained in:
John Vandenberg 2023-04-19 02:19:52 +08:00 committed by GitHub
parent b969813fd7
commit 4c16647cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ serde_json = "1.0"
syn = { version = "2.0", features = ["parsing"] } syn = { version = "2.0", features = ["parsing"] }
thiserror = "1.0" thiserror = "1.0"
# To publish, use a numbered version # To publish, use a numbered version
#typify = "0.0.10" #typify = "0.0.11"
typify = { git = "https://github.com/oxidecomputer/typify" } typify = { git = "https://github.com/oxidecomputer/typify" }
unicode-ident = "1.0.8" unicode-ident = "1.0.8"