Skip to content

Commit

Permalink
Merge pull request #203 from greatest-ape/work-2024-04-03
Browse files Browse the repository at this point in the history
add some udp protocol tests; run cargo update; make mimalloc optional; release v0.9.0
  • Loading branch information
greatest-ape authored May 3, 2024
2 parents 277a707 + 1941698 commit 3b91716
Show file tree
Hide file tree
Showing 14 changed files with 245 additions and 198 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ jobs:
- uses: actions/checkout@v3
- name: Install latest stable Rust
uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
run: sudo apt-get update -y && sudo apt-get install libhwloc-dev -y
- name: Setup Rust dependency caching
uses: Swatinem/rust-cache@v2
- name: Build
run: |
cargo build --verbose -p aquatic_udp --features "cpu-pinning"
cargo build --verbose -p aquatic_udp
cargo build --verbose -p aquatic_http
cargo build --verbose -p aquatic_ws --features "prometheus"
cargo build --verbose -p aquatic_ws
build-macos:
runs-on: macos-latest
Expand All @@ -46,8 +44,6 @@ jobs:
- uses: actions/checkout@v3
- name: Install latest stable Rust
uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
run: sudo apt-get update -y && sudo apt-get install libhwloc-dev -y
- name: Setup Rust dependency caching
uses: Swatinem/rust-cache@v2
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.9.0 - 2024-04-03

### General

Expand Down
Loading

0 comments on commit 3b91716

Please sign in to comment.