Browse Source

Merge pull request #254 from autarch/autarch/futures-channel-version

Make all packages which require futures-channel ask for the same version
Jonathan Kelley 3 years ago
parent
commit
0981828167
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/core/Cargo.toml

+ 1 - 1
packages/core/Cargo.toml

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