Skip to content

Commit

Permalink
Merge pull request #118 from AeroRust/chore/upgrade-cargo-lock
Browse files Browse the repository at this point in the history
chore: Cargo - upgrade dependencies
  • Loading branch information
elpiel committed Feb 13, 2024
2 parents f2a23cb + af2edeb commit 62763a5
Show file tree
Hide file tree
Showing 7 changed files with 239 additions and 211 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@ jobs:
# this includes default features, `std` and `all-sentences`
run: cargo test --release -F serde

bench:
name: Benches
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Run Benches
run: cargo bench -p benches-harness

# Detect cases where documentation links don't resolve and such.
doc:
name: Docs check
Expand Down

0 comments on commit 62763a5

Please sign in to comment.