Skip to content

Commit

Permalink
Update crates (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored Nov 15, 2024
1 parent 4abf10f commit 393e1e2
Show file tree
Hide file tree
Showing 11 changed files with 624 additions and 403 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ rustflags = [
"-Wclippy::match_wild_err_arm",
"-Wclippy::match_wildcard_for_single_variants",
"-Wclippy::mem_forget",
"-Wclippy::mismatched_target_os",
"-Wclippy::missing_enforced_import_renames",
"-Wclippy::mut_mut",
"-Wclippy::mutex_integer",
Expand Down Expand Up @@ -75,5 +74,6 @@ rustflags = [
"-Wfuture_incompatible",
"-Wnonstandard_style",
"-Wrust_2018_idioms",
"-Wunexpected_cfgs",
# END - Embark standard lints v6 for Rust 1.55+
]
6 changes: 3 additions & 3 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.74.0"
toolchain: "1.81.0"
- uses: Swatinem/rust-cache@v2
- run: cargo fetch
- name: cargo check
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
curl -L https://github.com/rust-lang-nursery/mdBook/releases/download/v0.4.21/mdbook-v0.4.21-x86_64-unknown-linux-gnu.tar.gz | tar xzf -
echo `pwd` >> $GITHUB_PATH
- run: (cd docs && mdbook build)
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: doc-book
path: docs/book
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Download book
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: doc-book
- name: Assemble gh-pages
Expand Down
Loading

0 comments on commit 393e1e2

Please sign in to comment.