We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0f1035 + 09ce816 commit 5303993Copy full SHA for 5303993
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ on:
13
env:
14
CARGO_TERM_COLOR: always
15
# Pinned toolchain for linting
16
- ACTION_LINTS_TOOLCHAIN: 1.63.0
+ ACTION_LINTS_TOOLCHAIN: 1.64.0
17
18
jobs:
19
tests:
lib/Cargo.toml
@@ -6,7 +6,7 @@ name = "bootc-lib"
6
readme = "README.md"
7
repository = "https://github.com/cgwalters/bootc"
8
version = "0.1.0"
9
-rust-version = "1.63.0"
+rust-version = "1.64.0"
10
11
[dependencies]
12
anyhow = "1.0"
0 commit comments