Skip to content

Commit

Permalink
Commit Cargo.lock.msrv for CI usage
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jan 17, 2024
1 parent 2ffe0b2 commit d9f2827
Show file tree
Hide file tree
Showing 2 changed files with 576 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
# when updating this, also update rust-version in Cargo.toml
toolchain: 1.31.0
override: true
- run: cp Cargo.lock.msrv Cargo.lock
- run: cargo build
- run: cargo build --features reopen-1,reopen-03,meta-logging-in-format,syslog-3
msrv_date_based:
Expand All @@ -136,6 +137,7 @@ jobs:
profile: minimal
toolchain: 1.48.0
override: true
- run: cp Cargo.lock.msrv Cargo.lock
- run: cargo build --features date-based
msrv_syslog_4:
name: MSRV Compatability - fern/syslog-4
Expand All @@ -152,6 +154,7 @@ jobs:
profile: minimal
toolchain: 1.51.0
override: true
- run: cp Cargo.lock.msrv Cargo.lock
- run: cargo build --features syslog-4
msrv_syslog_6:
name: MSRV Compatability - fern/syslog-6
Expand All @@ -168,6 +171,7 @@ jobs:
profile: minimal
toolchain: 1.59.0
override: true
- run: cp Cargo.lock.msrv Cargo.lock
- run: cargo build --features syslog-6
fmt_and_clippy:
name: Optional Lints
Expand Down
Loading

0 comments on commit d9f2827

Please sign in to comment.