Skip to content

Commit

Permalink
update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 29, 2023
1 parent adc62c5 commit 8cc7789
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.58
- 1.67
features:
-
- --no-default-features
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.58
- 1.67
features:
-
- --no-default-features
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 = "cidr-utils"
version = "0.6.0"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2021"
rust-version = "1.58"
rust-version = "1.67"
repository = "https://github.com/magiclen/cidr-utils"
homepage = "https://magiclen.org/cidr-utils"
keywords = ["cidr", "ip", "ipv4", "ipv6"]
Expand Down

0 comments on commit 8cc7789

Please sign in to comment.