Make Bytes::from_static a const fn (#311)

Rust versions bumped to the minimum needed for const slice len.
This commit is contained in:
Andrew Tunnell-Jones
2019-11-20 11:10:03 -08:00
committed by Carl Lerche
parent 9a10addb44
commit 59aea9e871
2 changed files with 14 additions and 3 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
- template: ci/azure-test-stable.yml
parameters:
name: minrust
rust_version: 1.36.0
rust_version: 1.39.0
cmd: check
# Stable
@@ -37,7 +37,7 @@ jobs:
parameters:
name: nightly
# Pin nightly to avoid being impacted by breakage
rust_version: nightly-2019-07-17
rust_version: nightly-2019-09-25
benches: true
# Run tests on some extra platforms