Skip to content

Commit

Permalink
ci: bump pinned to Rust 1.60.0
Browse files Browse the repository at this point in the history
Since fst-bin now relies on bstr 1.0, and bstr sets an MSRV of 1.60.0,
it looks like Cargo will refuse to select bstr 1.0 because of that.

The error message kind of sucks, and it is interesting that it prevents
building only 'fst' just because 'fst-bin' is in the same workspace. If
bstr didn't set 'rust-version' in its Cargo.toml, then 'cargo build' in
the fst repo root would still work (although building fst-bin would fail
because of the older Rust version innately).
  • Loading branch information
BurntSushi committed Mar 12, 2023
1 parent 902e1c7 commit b065b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
include:
- build: pinned
os: ubuntu-18.04
rust: 1.40.0
rust: 1.60.0
- build: stable
os: ubuntu-18.04
rust: stable
Expand Down

0 comments on commit b065b9b

Please sign in to comment.