Skip to content

Commit 85c496b

Browse files
authored
Cargo lock should not be included in lib crates (#19)
1 parent 7a5dcd8 commit 85c496b

File tree

3 files changed

+4
-2075
lines changed

3 files changed

+4
-2075
lines changed

.github/workflows/rust_main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
components: rustfmt clippy
4848
- name: Build with all features
49-
run: cargo check --all-features --future-incompat-report --locked
49+
run: cargo check --all-features --future-incompat-report
5050

5151
clippy:
5252
name: Clippy linter

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
**/.DS_Store
2-
**/target
2+
**/target
3+
# This is a library crate
4+
Cargo.lock

0 commit comments

Comments
 (0)