mirror of
https://github.com/bspeice/aeron-rs
synced 2025-06-30 21:36:35 -04:00
Upgrade to Aeron 1.23.0
This commit is contained in:
Submodule aeron_driver-sys/aeron updated: f01b6aeb1e...06d5dbacae
@ -13,7 +13,7 @@ mod tests {
|
||||
let minor = unsafe { crate::aeron_version_minor() };
|
||||
let patch = unsafe { crate::aeron_version_patch() };
|
||||
assert_eq!(major, 1);
|
||||
assert_eq!(minor, 22);
|
||||
assert_eq!(patch, 1);
|
||||
assert_eq!(minor, 23);
|
||||
assert_eq!(patch, 0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user