use github typify dep again

This commit is contained in:
Adam H. Leventhal 2023-12-15 17:11:54 -08:00
parent fe906270c4
commit 807a99ee17
2 changed files with 5 additions and 8 deletions

9
Cargo.lock generated
View File

@ -2348,8 +2348,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "typify"
version = "0.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63ed4d717aa95e598e2f9183376b060e95669ef8f444701ea6afb990fde1cf69"
source = "git+https://github.com/oxidecomputer/typify#0894f06e6798f24efcbd7134746962aa0e6eb371"
dependencies = [
"typify-impl",
"typify-macro",
@ -2358,8 +2357,7 @@ dependencies = [
[[package]]
name = "typify-impl"
version = "0.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89057244dfade7c58af9e62beccbcbeb7a7e7701697a33b06dbe0b7331fb79cf"
source = "git+https://github.com/oxidecomputer/typify#0894f06e6798f24efcbd7134746962aa0e6eb371"
dependencies = [
"heck",
"log",
@ -2376,8 +2374,7 @@ dependencies = [
[[package]]
name = "typify-macro"
version = "0.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ddade397f5957d2cd7fb27f905a9a569db20e8e1e3ea589edce40be07b92825"
source = "git+https://github.com/oxidecomputer/typify#0894f06e6798f24efcbd7134746962aa0e6eb371"
dependencies = [
"proc-macro2",
"quote",

View File

@ -22,8 +22,8 @@ serde_json = "1.0"
syn = { version = "2.0", features = ["parsing"] }
thiserror = "1.0"
# change when publishing
typify = { version = "0.0.15" }
#typify = { git = "https://github.com/oxidecomputer/typify" }
#typify = { version = "0.0.15" }
typify = { git = "https://github.com/oxidecomputer/typify" }
unicode-ident = "1.0.12"
[dev-dependencies]