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

Update to Aeron 1.23.1

This commit is contained in:
Bradlee Speice
2019-11-06 22:18:38 -05:00
parent 15969581b6
commit b33748ef7d
2 changed files with 2 additions and 2 deletions

View File

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