Skip to content

Commit

Permalink
update cargo.lock / restore msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Dec 12, 2024
1 parent 11b6e0c commit 8430e1d
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 96 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- run: "rm Cargo.lock"
- name: Install Rust 1.65 toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.65
override: true
- name: build
run: cargo build --release
run: cargo build --release --locked

buildnightly:
name: build-nightly
Expand Down
Loading

0 comments on commit 8430e1d

Please sign in to comment.