mirror of
https://github.com/bspeice/aeron-rs
synced 2025-07-01 05:46:08 -04:00
Update Aeron to 1.27.0
This commit is contained in:
Submodule aeron-driver-sys/aeron updated: 6d959c2369...165335804f
@ -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, 25);
|
||||
assert_eq!(patch, 1);
|
||||
assert_eq!(minor, 27);
|
||||
assert_eq!(patch, 0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user