Skip to content

Commit

Permalink
Upgrade minimum Rust version to 1.67. (#235)
Browse files Browse the repository at this point in the history
This PR upgrades the minimum Rust version to 1.67 due to some dependencies requiring that.
  • Loading branch information
partim authored Oct 18, 2023
1 parent 45d9a97 commit 1285526
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
@@ -1,7 +1,7 @@
[package]
name = "domain"
version = "0.9.0"
rust-version = "1.65.0"
rust-version = "1.67.0"
edition = "2021"
authors = ["NLnet Labs <[email protected]>"]
description = "A DNS library for Rust."
Expand Down

0 comments on commit 1285526

Please sign in to comment.