Browse Source

Use "async-runtime" feature for Geode.

parazyd 3 năm trước cách đây
mục cha
commit
dcf9a57fe8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Cargo.toml

+ 2 - 1
Cargo.toml

@@ -169,8 +169,9 @@ blockchain = [
 ]
 
 geode = [
-    "async-std",
     "blake3",
+
+    "async-runtime",
 ]
 
 event-graph = [