Przeglądaj źródła

Cargo.toml: accidentally put back rpc dependency to net

darkfi 1 rok temu
rodzic
commit
1a5dff235c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

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