Skip to content

Commit

Permalink
Add rust-version to package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed May 29, 2024
1 parent d9f1800 commit 36aaea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
build-and-test:
strategy:
matrix:
# Keep MSRV in sync with rust-version in Cargo.toml as much as possible.
rust: [stable, beta, nightly, 1.62.0]
runs-on: macos-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "README.md"
keywords = ["pf", "firewall", "macos", "packet", "filter"]
categories = ["network-programming", "os", "os::macos-apis", "api-bindings"]
edition = "2021"
rust-version = "1.62.0"

[badges]
travis-ci = { repository = "mullvad/pfctl-rs" }
Expand Down

0 comments on commit 36aaea5

Please sign in to comment.