]> git.proxmox.com Git - pxar.git/commitdiff
buildbot.yml: remove tokio+fs dep
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 5 Oct 2021 07:30:30 +0000 (09:30 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 5 Oct 2021 07:31:01 +0000 (09:31 +0200)
it's provided by the tokio main package and we have an old
real package around which causes buildbot issues

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
.buildbot.yml

index a25ce7cdaf6b26a53e3937cb547a8247931ebaf1..b2e60e8a4dde8bf1cdf760901c36477c7165682a 100644 (file)
@@ -3,6 +3,5 @@
 # call we need them
 dependencies:
 - librust-tokio-dev
-- librust-tokio+fs-dev
 - librust-tokio+macros-dev
 - librust-tokio+rt-multi-thread-dev