upgrade to use crates.io (#32)

This commit is contained in:
Srinath Setty
2021-01-12 12:20:30 -08:00
committed by GitHub
parent 8f21680833
commit 096c07910a
2 changed files with 2 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install
run: rustup default nightly-2020-09-15
run: rustup default nightly-2021-01-03
- name: Build
run: cargo build --verbose
- name: Run tests