瀏覽代碼

Cargo.toml: accidentally put back rpc dependency to net

darkfi 1 年之前
父節點
當前提交
1a5dff235c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

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