Update minimal Rust version from 1.31 to 1.51

This commit is contained in:
Roman Proskuryakov 2021-03-28 09:49:34 +03:00
parent f7cb3e575f
commit a3f4d8f41e

View File

@ -105,7 +105,7 @@ jobs:
toolchain:
- stable
- nightly
- 1.36.0
- 1.51.0
features:
- serde
buildtype:
@ -242,7 +242,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.36.0
toolchain: 1.51.0
target: x86_64-unknown-linux-gnu
override: true