1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-07-02 22:34:53 -04:00
11: Aeron 1.22.1 r=bspeice a=bspeice

Upgrade to the most recent driver

Co-authored-by: Bradlee Speice <bradlee.speice@gmail.com>
This commit is contained in:
bors[bot]
2019-10-12 19:18:32 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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