Skip to content

Commit

Permalink
Bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Sep 22, 2024
1 parent c0b99d3 commit 2b7e5a8
Showing 1 changed file with 1 addition and 1 deletion.
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.67.0" # MSRV
rust-version = "1.70.0" # MSRV (required by crate:mio)
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 2b7e5a8

Please sign in to comment.