cargo hack fix
Some checks failed
Deny / audit (push) Has been cancelled

This commit is contained in:
hinto.janai 2024-12-25 16:55:32 -05:00
parent 04ade527ff
commit c56ecd358a
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -16,7 +16,6 @@ from = [
"dep:cuprate-helper",
"cuprate-helper/map",
"cuprate-helper/fmt",
"cuprate-types/rpc",
"dep:cuprate-p2p-core",
"dep:hex"
]
@ -25,7 +24,7 @@ from = [
cuprate-fixed-bytes = { workspace = true }
cuprate-hex = { workspace = true }
cuprate-epee-encoding = { workspace = true, optional = true }
cuprate-types = { workspace = true, default-features = false }
cuprate-types = { workspace = true, default-features = false, features = ["rpc", "json"] }
cuprate-helper = { workspace = true, optional = true, default-features = false }
cuprate-p2p-core = { workspace = true, optional = true, default-features = false }