saschagrunert / webapp.rs

A web application completely written in Rust. 🌍

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make deploy issue with fetching req once_cell=1.18

agatekartik opened this issue · comments

always get this

make deploy
Password:
latest: Pulling from saschagrunert/build-rust
Digest: sha256:3a4d5aca99e7491b92fd2f10f07075397217fc4bf6464cf294ab89fcff5cd561
Status: Image is up to date for saschagrunert/build-rust:latest
docker.io/saschagrunert/build-rust:latest
Error: Error during execution of cargo metadata: Updating crates.io index
error: failed to select a version for the requirement once_cell = "=1.18.0"
candidate versions found which didn't match: 1.17.2, 1.17.1, 1.17.0, ...
location searched: crates.io index
required by package actix v0.13.0
... which is depended on by webapp-backend v1.0.0 (/deploy/backend)
make: *** [Makefile:49: build-frontend] Error 1
make: *** [deploy] Error 2