From 4212f9a2bc078101ea769e8710b297732efb95df Mon Sep 17 00:00:00 2001 From: SyntheticBird45 Date: Wed, 23 Oct 2024 01:01:00 +0200 Subject: [PATCH] try something --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38658632..4df5a217 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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}