Skip to content

Commit

Permalink
Update MSRV to 1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Nov 22, 2023
1 parent d0ba01b commit d5aa083
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
os: ubuntu-latest
features: ""
target: "x86_64-unknown-linux-gnu"
- rust: "1.66.0"
- rust: "1.67.0"
os: ubuntu-latest
features: ""
target: "x86_64-unknown-linux-gnu"
Expand All @@ -48,7 +48,7 @@ jobs:
os: ubuntu-latest
features: "--all-features"
target: "x86_64-unknown-linux-gnu"
- rust: "1.66.0"
- rust: "1.67.0"
os: ubuntu-latest
features: "--all-features"
target: "x86_64-unknown-linux-gnu"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ homepage = "https://github.com/pendulum-project/ntpd-rs"
readme = "./README.md"
description = "Full-featured implementation of NTP with NTS support"
publish = true
rust-version = "1.66.0" # MSRV
rust-version = "1.67.0" # MSRV

[workspace.metadata.release]
sign-commit = true
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.66"
msrv = "1.67"

0 comments on commit d5aa083

Please sign in to comment.