1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-12-18 19:17:22 -05:00

Upgrade to Aeron 1.24.0

This commit is contained in:
2019-11-25 21:05:19 -05:00
parent 531bc0d64c
commit 368a348b5e
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ mod tests {
let minor = unsafe { crate::aeron_version_minor() };
let patch = unsafe { crate::aeron_version_patch() };
assert_eq!(major, 1);
assert_eq!(minor, 23);
assert_eq!(patch, 1);
assert_eq!(minor, 24);
assert_eq!(patch, 0);
}
}