Skip to content

Commit

Permalink
chore: update all dependencies (including the axum/hyper/http stuff) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Apr 6, 2024
1 parent 75cd852 commit 20a7645
Show file tree
Hide file tree
Showing 5 changed files with 438 additions and 180 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/check-rust-code.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
on: [push, pull_request]

---
name: Check Rust code

on:
push:
branches:
- master
- "release/*"
pull_request:
workflow_dispatch:
merge_group:

# If changing any of the commands, make the same changes to pre-push-check.sh!
jobs:
build-and-test:
name: Build and test Rust code (${{ matrix.os }})
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [ubuntu, windows, macOS]
os: [ubuntu, macOS]
steps:
- uses: actions/checkout@v2.4.0
- uses: dtolnay/rust-toolchain@master
Expand Down
Loading

0 comments on commit 20a7645

Please sign in to comment.