Skip to content

Commit 5303993

Browse files
authored
Merge pull request #103 from cgwalters/bump-msrv
Bump MSRV to 1.64
2 parents a0f1035 + 09ce816 commit 5303993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
env:
1414
CARGO_TERM_COLOR: always
1515
# Pinned toolchain for linting
16-
ACTION_LINTS_TOOLCHAIN: 1.63.0
16+
ACTION_LINTS_TOOLCHAIN: 1.64.0
1717

1818
jobs:
1919
tests:

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "bootc-lib"
66
readme = "README.md"
77
repository = "https://github.com/cgwalters/bootc"
88
version = "0.1.0"
9-
rust-version = "1.63.0"
9+
rust-version = "1.64.0"
1010

1111
[dependencies]
1212
anyhow = "1.0"

0 commit comments

Comments
 (0)