Skip to content

Commit a3f4d8f

Browse files
committed
Update minimal Rust version from 1.31 to 1.51
1 parent f7cb3e5 commit a3f4d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
toolchain:
106106
- stable
107107
- nightly
108-
- 1.36.0
108+
- 1.51.0
109109
features:
110110
- serde
111111
buildtype:
@@ -242,7 +242,7 @@ jobs:
242242
- name: Install Rust
243243
uses: actions-rs/toolchain@v1
244244
with:
245-
toolchain: 1.36.0
245+
toolchain: 1.51.0
246246
target: x86_64-unknown-linux-gnu
247247
override: true
248248

0 commit comments

Comments
 (0)