mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 05:28:10 -05:00
Merge #20
20: Update to Aeron 1.23.1 r=bspeice a=bspeice bors r+ Co-authored-by: Bradlee Speice <bradlee.speice@gmail.com>
This commit is contained in:
commit
1061f302c9
@ -1 +1 @@
|
||||
Subproject commit 06d5dbacae328704a77b0c61bef978f88041dd71
|
||||
Subproject commit 02c5015f2c72c232b9cd840ca4726dca7bfe0d0e
|
@ -14,6 +14,6 @@ mod tests {
|
||||
let patch = unsafe { crate::aeron_version_patch() };
|
||||
assert_eq!(major, 1);
|
||||
assert_eq!(minor, 23);
|
||||
assert_eq!(patch, 0);
|
||||
assert_eq!(patch, 1);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user