Skip to content

Commit

Permalink
Remove cargo lock and bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Jan 22, 2025
1 parent 80d7a90 commit 1d873eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1,528 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: [1.77.0] # Workspace Inheritance stabilized in 1.64.0, offset_of was added in 1.77.0
msrv: [1.81.0] # 'home' crate requires 1.81.0
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target
.ccls-cache
.gdb_history
Cargo.lock
Loading

0 comments on commit 1d873eb

Please sign in to comment.