support for stable Rust (#51)

* support for stable Rust

* add no default to stable

* add no default to stable

* update CI
This commit is contained in:
Srinath Setty
2022-08-01 18:50:04 -07:00
committed by maramihali
parent e1383ff248
commit 4f56acf724
11 changed files with 155 additions and 154 deletions

View File

@@ -7,7 +7,7 @@ on:
branches: [ master ]
jobs:
build:
build_nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2