We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7cb3e5 commit a3f4d8fCopy full SHA for a3f4d8f
.github/workflows/build.yml
@@ -105,7 +105,7 @@ jobs:
105
toolchain:
106
- stable
107
- nightly
108
- - 1.36.0
+ - 1.51.0
109
features:
110
- serde
111
buildtype:
@@ -242,7 +242,7 @@ jobs:
242
- name: Install Rust
243
uses: actions-rs/toolchain@v1
244
with:
245
- toolchain: 1.36.0
+ toolchain: 1.51.0
246
target: x86_64-unknown-linux-gnu
247
override: true
248
0 commit comments