1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-07-13 03:38:06 -04:00

Rename to aeron-driver-sys, update to 1.25.0 release

This commit is contained in:
2020-01-12 16:47:29 -05:00
parent 531bc0d64c
commit b9b5b74b7c
11 changed files with 11 additions and 11 deletions

View File

@ -21,7 +21,7 @@ script:
- cargo test --release --no-run
- cargo test --release
- cd aeron_driver-sys/
- cd aeron-driver-sys/
- cargo test --features "static"
- cd ..