mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-22 05:48:10 -05:00
Update Aeron to 1.27.0
This commit is contained in:
parent
a11a1acda3
commit
71737b4ef7
@ -1 +1 @@
|
|||||||
Subproject commit 6d959c2369c345ac177bd3ecc177dc672944af11
|
Subproject commit 165335804f2695ff264c4b2d83457779d3962286
|
@ -13,7 +13,7 @@ mod tests {
|
|||||||
let minor = unsafe { crate::aeron_version_minor() };
|
let minor = unsafe { crate::aeron_version_minor() };
|
||||||
let patch = unsafe { crate::aeron_version_patch() };
|
let patch = unsafe { crate::aeron_version_patch() };
|
||||||
assert_eq!(major, 1);
|
assert_eq!(major, 1);
|
||||||
assert_eq!(minor, 25);
|
assert_eq!(minor, 27);
|
||||||
assert_eq!(patch, 1);
|
assert_eq!(patch, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user