mirror of
https://github.com/bspeice/aeron-rs
synced 2025-07-01 05:46:08 -04:00
Merge #20
20: Update to Aeron 1.23.1 r=bspeice a=bspeice bors r+ Co-authored-by: Bradlee Speice <bradlee.speice@gmail.com>
This commit is contained in:
Submodule aeron_driver-sys/aeron updated: 06d5dbacae...02c5015f2c
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user