Skip to content

Commit

Permalink
Reduce MSRV to 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
bal-e committed Jan 20, 2025
1 parent 2c0672b commit ca709f4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [1.80.1, stable, beta, nightly]
rust: [1.79.0, stable, beta, nightly]
env:
RUSTFLAGS: "-D warnings"
# We use 'vcpkg' to install OpenSSL on Windows.
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install Rust
uses: hecrj/setup-rust-action@v2
with:
rust-version: "1.80.1"
rust-version: "1.79.0"
- name: Install OpenSSL
run: sudo apt-get install -y libssl-dev
- name: Install nightly Rust
Expand All @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.80.1, stable, beta, nightly]
rust: [1.79.0, stable, beta, nightly]
steps:
- name: Checkout repository
uses: actions/checkout@v1
Expand Down
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "domain"
version = "0.10.3"

# We keep our MSRV 4 versions behind stable (about half a year).
rust-version = "1.80.1"
# The MSRV is at least 4 versions behind stable (about half a year).
rust-version = "1.79.0"

edition = "2021"
authors = ["NLnet Labs <dns-team@nlnetlabs.nl>"]
Expand Down

0 comments on commit ca709f4

Please sign in to comment.