Update Cargo.toml to v0.0.11-alpha.1 (#346)

This commit is contained in:
Ulyssa 2024-08-30 09:08:12 -07:00 committed by GitHub
parent 3355eb2d26
commit a32915b7e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 776 additions and 579 deletions

View file

@ -22,8 +22,8 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- name: Install Rust (1.70 w/ clippy)
uses: dtolnay/rust-toolchain@1.70
- name: Install Rust (1.74 w/ clippy)
uses: dtolnay/rust-toolchain@1.74
with:
components: clippy
- name: Install Rust (nightly w/ rustfmt)