try something

This commit is contained in:
SyntheticBird45 2024-10-23 01:01:00 +02:00
parent 2a57785598
commit 4212f9a2bc
Signed by untrusted user who does not match committer: SyntheticBird
GPG key ID: C76973F748521E11

View file

@ -58,7 +58,7 @@ cuprate-consensus = { path = "consensus" ,default-feature
cuprate-consensus-context = { path = "consensus/context" ,default-features = false}
cuprate-cryptonight = { path = "cryptonight" ,default-features = false}
cuprate-helper = { path = "helper" ,default-features = false}
cuprate-epee-encoding = { path = "net/epee-encoding" ,default-features = false}
cuprate-epee-encoding = { path = "net/epee-encoding" }
cuprate-fixed-bytes = { path = "net/fixed-bytes" ,default-features = false}
cuprate-levin = { path = "net/levin" ,default-features = false}
cuprate-wire = { path = "net/wire" ,default-features = false}