Skip to content

Commit a32915b

Browse files
authored
Update Cargo.toml to v0.0.11-alpha.1 (#346)
1 parent 3355eb2 commit a32915b

File tree

5 files changed

+771
-574
lines changed

5 files changed

+771
-574
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: actions/checkout@v3
2323
with:
2424
submodules: true
25-
- name: Install Rust (1.70 w/ clippy)
26-
uses: dtolnay/rust-toolchain@1.70
25+
- name: Install Rust (1.74 w/ clippy)
26+
uses: dtolnay/rust-toolchain@1.74
2727
with:
2828
components: clippy
2929
- name: Install Rust (nightly w/ rustfmt)

0 commit comments

Comments
 (0)