mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 21:38:09 -05:00
Merge #15
15: Upgrade to Aeron 1.23.0 r=bspeice a=bspeice bors r+ Co-authored-by: Bradlee Speice <bradlee.speice@gmail.com>
This commit is contained in:
commit
18651d5373
@ -1 +1 @@
|
||||
Subproject commit f01b6aeb1e73986d2c7f56d7a1c36a0e0841a2c2
|
||||
Subproject commit 06d5dbacae328704a77b0c61bef978f88041dd71
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user