Skip to content

Commit b62246a

Browse files
authored
Merge pull request #996 from bgurney-rh/lowest-1.69
Update lowest supported Rust to 1.69.0
2 parents 89a9aee + 5986bcd commit b62246a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- uses: dtolnay/rust-toolchain@master
111111
with:
112112
components: cargo
113-
toolchain: 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN
113+
toolchain: 1.69.0 # LOWEST SUPPORTED RUST TOOLCHAIN
114114
- name: Check out stratisd
115115
run: git clone https://github.com/stratis-storage/stratisd.git
116116
- name: Build stratisd

0 commit comments

Comments
 (0)