20: Update to Aeron 1.23.1 r=bspeice a=bspeice

bors r+

Co-authored-by: Bradlee Speice <bradlee.speice@gmail.com>
trying
bors[bot] 2019-11-07 03:19:36 +00:00 committed by GitHub
commit 1061f302c9
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 06d5dbacae328704a77b0c61bef978f88041dd71
Subproject commit 02c5015f2c72c232b9cd840ca4726dca7bfe0d0e

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);
}
}