mirror of
https://github.com/bspeice/aeron-rs
synced 2025-04-20 20:51:28 -04:00
Upgrade to Aeron 1.24.0
This commit is contained in:
parent
531bc0d64c
commit
368a348b5e
@ -1 +1 @@
|
||||
Subproject commit 02c5015f2c72c232b9cd840ca4726dca7bfe0d0e
|
||||
Subproject commit a2bbe456b2aecfb3dcfc10152f5b6f5f12901342
|
@ -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, 23);
|
||||
assert_eq!(patch, 1);
|
||||
assert_eq!(minor, 24);
|
||||
assert_eq!(patch, 0);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user