Selaa lähdekoodia

Use "async-runtime" feature for Geode.

parazyd 3 vuotta sitten
vanhempi
sitoutus
dcf9a57fe8
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      Cargo.toml

+ 2 - 1
Cargo.toml

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