typify dep to github

This commit is contained in:
Adam H. Leventhal 2024-05-15 10:45:31 -07:00
parent 9d88e9e70a
commit 3dd09970a8
2 changed files with 5 additions and 8 deletions

9
Cargo.lock generated
View File

@ -2393,8 +2393,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]] [[package]]
name = "typify" name = "typify"
version = "0.1.0" version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "git+https://github.com/oxidecomputer/typify#ad1296f6ceb998ae8c247d999b7828703a232bdd"
checksum = "adb6beec125971dda80a086f90b4a70f60f222990ce4d63ad0fc140492f53444"
dependencies = [ dependencies = [
"typify-impl", "typify-impl",
"typify-macro", "typify-macro",
@ -2403,8 +2402,7 @@ dependencies = [
[[package]] [[package]]
name = "typify-impl" name = "typify-impl"
version = "0.1.0" version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "git+https://github.com/oxidecomputer/typify#ad1296f6ceb998ae8c247d999b7828703a232bdd"
checksum = "93bbb24e990654aff858d80fee8114f4322f7d7a1b1ecb45129e2fcb0d0ad5ae"
dependencies = [ dependencies = [
"heck", "heck",
"log", "log",
@ -2423,8 +2421,7 @@ dependencies = [
[[package]] [[package]]
name = "typify-macro" name = "typify-macro"
version = "0.1.0" version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "git+https://github.com/oxidecomputer/typify#ad1296f6ceb998ae8c247d999b7828703a232bdd"
checksum = "f8e6491896e955692d68361c68db2b263e3bec317ec0b684e0e2fa882fb6e31e"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

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