Unpin rustc nightly

This commit is contained in:
Antoine Gersant 2020-01-20 18:58:45 -08:00
parent 0c28f54f01
commit 78c8ca8aa2
2 changed files with 2 additions and 2 deletions
.github/workflows
Cargo.lock

View file

@ -45,7 +45,7 @@ jobs:
- name: Install Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2020-01-01
toolchain: nightly
profile: minimal
default: true
- name: Read Polaris Version

2
Cargo.lock generated
View file

@ -1515,7 +1515,7 @@ dependencies = [
[[package]]
name = "polaris"
version = "0.11.0"
version = "0.12.0-wip"
dependencies = [
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
"ape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",