Procházet zdrojové kódy

Make all packages which require futures-channel ask for the same version

If they aren't the same then Cargo cannot resolve a working version for some
reason.
Dave Rolsky před 3 roky
rodič
revize
06ea624eec
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/core/Cargo.toml

+ 1 - 1
packages/core/Cargo.toml

@@ -32,7 +32,7 @@ smallvec = "1.6"
 
 slab = "0.4"
 
-futures-channel = "0.3"
+futures-channel = "0.3.21"
 
 # used for noderefs
 once_cell = "1.8"