Skip to content

Commit

Permalink
Bump MSRV
Browse files Browse the repository at this point in the history
Reason: be more up to date
  • Loading branch information
williamdes committed Sep 22, 2024
1 parent 17555c3 commit a7e775e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.70
toolchain: 1.72
override: true
- name: Build
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "dns-ptr-resolver"
version = "1.2.0"
authors = ["William Desportes <[email protected]>"]
edition = "2021"
rust-version = "1.70.0" # MSRV (required by crate:mio)
rust-version = "1.72.0" # MSRV
description = "A program to resolve DNS IPs to PTRs"
homepage = "https://github.com/wdes/dns-ptr-resolver#readme"
documentation = "https://docs.rs/dns-ptr-resolver"
Expand Down

0 comments on commit a7e775e

Please sign in to comment.