1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-07-31 04:24:52 -04:00
15: Upgrade to Aeron 1.23.0 r=bspeice a=bspeice

bors r+

Co-authored-by: Bradlee Speice <bradlee.speice@gmail.com>
This commit is contained in:
bors[bot]
2019-10-29 04:06:42 +00:00
committed by GitHub
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, 22);
assert_eq!(patch, 1);
assert_eq!(minor, 23);
assert_eq!(patch, 0);
}
}