Skip to content

Commit

Permalink
chore: bump minimum Rust to 1.65
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <richard.j.zak@gmail.com>
  • Loading branch information
rjzak authored and rvolosatovs committed Aug 25, 2023
1 parent a2e07d3 commit 71aff08
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- nightly
- beta
- stable
- 1.56.0
- 1.65.0
profile:
- name: debug
- name: release
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "flagset"
version = "0.4.3"
authors = ["Nathaniel McCallum <nathaniel@profian.com>"]
edition = "2018"
rust-version = "1.56"
edition = "2021"
rust-version = "1.65"

license = "Apache-2.0"
keywords = ["flags", "bitflags", "enum", "enumflags"]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.56"
channel = "1.65"
profile = "minimal"

0 comments on commit 71aff08

Please sign in to comment.