Skip to content

Commit

Permalink
Remove old Cargo.lock files (#549)
Browse files Browse the repository at this point in the history
These are from before the members were merged into a workspace
  • Loading branch information
tarcieri committed Jul 22, 2023
1 parent 0d1bc97 commit 1ac254f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,751 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ed25519-dalek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# First delete the checked-in `Cargo.lock`. We're going to regenerate it
- run: rm Cargo.lock
# Now run `cargo +nightly -Z minimal-verisons check` in order to get a
# Cargo.lock with the oldest possible deps
- uses: dtolnay/rust-toolchain@nightly
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/x25519-dalek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# First delete the checked-in `Cargo.lock`. We're going to regenerate it
- run: rm Cargo.lock
# Now run `cargo +nightly -Z minimal-verisons check` in order to get a
# Cargo.lock with the oldest possible deps
- uses: dtolnay/rust-toolchain@nightly
Expand Down
Loading

0 comments on commit 1ac254f

Please sign in to comment.