Sfoglia il codice sorgente

Cargo.toml: accidentally put back rpc dependency to net

darkfi 1 anno fa
parent
commit
1a5dff235c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -235,7 +235,7 @@ rpc = [
     "async-trait",
     "httparse",
 
-    "net-defaults",
+    "net",
 ]
 
 system = [