1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-06-30 21:36:35 -04:00

Update to Aeron 1.25.1

This commit is contained in:
2020-01-21 22:58:35 -05:00
parent 871556edd1
commit 99a6c2d551
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "aeron-driver-sys"
version = "1.0.0+1.25.0"
version = "1.0.0+1.25.1"
authors = ["Bradlee Speice <bradlee@speice.io>"]
edition = "2018"
links = "aeron_driver"

View File

@ -14,6 +14,6 @@ mod tests {
let patch = unsafe { crate::aeron_version_patch() };
assert_eq!(major, 1);
assert_eq!(minor, 25);
assert_eq!(patch, 0);
assert_eq!(patch, 1);
}
}