Skip to content

Commit

Permalink
Merge branch 'rust-edition-2021'
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jan 4, 2022
2 parents 0d69efd + 727876b commit 1bc323a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
matrix:
# MSRV. Not considered breaking when this has to be bumped.
# But should be mentioned in the changelog.
rust: [stable, beta, nightly, 1.46.0]
rust: [stable, beta, nightly, 1.56.0]
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Line wrap the file at 100 chars. Th

## [Unreleased]
### Changed
- Bump minimum supported Rust version to 1.46
- Bump minimum supported Rust version to 1.56.0


## [0.4.1] - 2020-06-04
Expand Down
2 changes: 1 addition & 1 deletion system-configuration-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["macos", "system", "configuration", "bindings"]
categories = ["external-ffi-bindings", "os::macos-apis"]
repository = "https://github.com/mullvad/system-configuration-rs"
license = "MIT OR Apache-2.0"
edition = "2018"
edition = "2021"

[dependencies]
core-foundation-sys = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion system-configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = ["api-bindings", "os::macos-apis"]
repository = "https://github.com/mullvad/system-configuration-rs"
license = "MIT OR Apache-2.0"
readme = "../README.md"
edition = "2018"
edition = "2021"

[dependencies]
core-foundation = "0.9"
Expand Down

0 comments on commit 1bc323a

Please sign in to comment.