Browse Source

Use "async-runtime" feature for Geode.

parazyd 3 years ago
parent
commit
dcf9a57fe8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Cargo.toml

+ 2 - 1
Cargo.toml

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