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
When compiling on rust 1.80, the client builds, but the server build errors in the time dependency. After updating dependencies with a cargo update, the server builds, but the client build has multiple errors in app/src/components.
Describe the bug
When compiling on rust 1.80, the client builds, but the server build errors in the
time
dependency. After updating dependencies with acargo update
, the server builds, but the client build has multiple errors inapp/src/components
.To Reproduce
Steps to reproduce the behavior:
cargo build
-- server build error./app/build.sh
-- client build successcargo update
cargo build
-- server build success./app/build.sh
-- client build errorExpected behavior
Client build succeeds after
cargo update
Logs
Error logs in gist: https://gist.github.com/bendlas/3630da2c9d9a399ac01e6ff33700faa3
The text was updated successfully, but these errors were encountered: