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

Make all packages which require futures-channel ask for the same version
This commit is contained in:
Jonathan Kelley 2022-02-15 11:51:15 -05:00 committed by GitHub
commit 0981828167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"