Skip to content

Commit

Permalink
Document MSRV for base fern in Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Mar 23, 2023
1 parent 9b16307 commit 79503be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- run: cargo run --example syslog3 --features syslog-3
- run: cargo run --example syslog4 --features syslog-4
- run: cargo run --example syslog --features syslog-6
test:
msrv_core:
name: MSRV Compatability: Core
runs-on: ${{ matrix.os }}
strategy:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.6.1"
authors = ["David Ross <daboross@daboross.net>"]
description = "Simple, efficient logging"
edition = "2018"
rust-version = "1.31"

documentation = "https://docs.rs/fern/"
repository = "https://github.com/daboross/fern"
Expand Down

0 comments on commit 79503be

Please sign in to comment.