Skip to content

Commit 5e01e27

Browse files
authored
Update to lz4_flex@0.13 and fix MSRV check (#108)
1 parent d0049d9 commit 5e01e27

File tree

6 files changed

+447
-3
lines changed

6 files changed

+447
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
crate: cargo-msrv
6666
locked: false
6767
- name: Verify MSRV
68-
run: cargo msrv verify --ignore-lockfile
68+
run: cargo msrv verify
6969
fuzz:
7070
runs-on: ubuntu-latest
7171
steps:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
target/
2-
Cargo.lock
32
perf.*
43
.idea

0 commit comments

Comments
 (0)