You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Sorry this is my first issue post. I was having issues running cargo run or cargo build when working through the getting started pages for Rocket and Actix. I found an old issue back from May which had pointed out the problem had to do with the Bitflags version. Currently Bitflags is on version 1.2.1, I changed my local version to 1.2.0. This change gave me the work around to compile and run the files, but wanted to bring it to your guys' attention. Additionally the RLS extension still underlines everything in the Cargo file, saying it can't compile and that the build failed.
The text was updated successfully, but these errors were encountered:
Sorry this is my first issue post. I was having issues running
cargo run
orcargo build
when working through the getting started pages for Rocket and Actix. I found an old issue back from May which had pointed out the problem had to do with the Bitflags version. Currently Bitflags is on version 1.2.1, I changed my local version to 1.2.0. This change gave me the work around to compile and run the files, but wanted to bring it to your guys' attention. Additionally the RLS extension still underlines everything in the Cargo file, saying it can't compile and that the build failed.The text was updated successfully, but these errors were encountered: