11: Aeron 1.22.1 r=bspeice a=bspeice

Upgrade to the most recent driver

Co-authored-by: Bradlee Speice <bradlee.speice@gmail.com>
pull/13/head
bors[bot] 2019-10-12 19:18:32 +00:00 committed by GitHub
commit a97a2df9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9be2459eeb890033de630d6f0662e7ce6b06dd9c
Subproject commit f01b6aeb1e73986d2c7f56d7a1c36a0e0841a2c2

View File

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