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
Back in 293372a, the version number was changed to 0.10.1, but I don't think the cargo.lock was updated with it. This resulted in a build error when compiling with MacPorts.
> cargo build --release --frozen
error: the lock file /Users/harensamarasinghe/exa/Cargo.lock needs to be updated but --frozen was passed to prevent this
If you want to try to generate the lock file without accessing the network, use the --offline flag.
The current workaround workaround for this is to remove the --frozen flag (as the MacPorts portfile does here), but obviously it would be nice to fix the issue upstream. Since this should be an easy issue to fix, I'll send a PR to do so shortly.
Thank you for maintaining this project! 😄
The text was updated successfully, but these errors were encountered:
Commit
293372a
rustc 1.51.0
macOS 11.1 20C69 on x86_64
Xcode 12.4 12D4e
rustc --print cfg
Back in 293372a, the version number was changed to
0.10.1
, but I don't think thecargo.lock
was updated with it. This resulted in a build error when compiling with MacPorts.> cargo build --release --frozen error: the lock file /Users/harensamarasinghe/exa/Cargo.lock needs to be updated but --frozen was passed to prevent this If you want to try to generate the lock file without accessing the network, use the --offline flag.
The current workaround workaround for this is to remove the
--frozen
flag (as the MacPorts portfile does here), but obviously it would be nice to fix the issue upstream. Since this should be an easy issue to fix, I'll send a PR to do so shortly.Thank you for maintaining this project! 😄
The text was updated successfully, but these errors were encountered: