Skip to content

Commit

Permalink
rust minimum version 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Dec 16, 2024
1 parent a45595d commit a5b0648
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.70
- 1.71
features:
-
- --features tokio
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.69
- 1.71
features:
-
- --features tokio
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 = "whois-rs"
version = "1.6.1"
authors = ["Magic Len <[email protected]>", "Cycle Five <[email protected]>"]
edition = "2021"
rust-version = "1.70"
rust-version = "1.71"
repository = "https://github.com/cycle-five/whois-rust"
keywords = ["whois"]
categories = ["web-programming::websocket"]
Expand Down

0 comments on commit a5b0648

Please sign in to comment.