mirror of
https://github.com/bspeice/aeron-rs
synced 2025-01-02 02:59:33 -05:00
Merge #24
24: Update to Aeron 1.25.1 r=bspeice a=bspeice Co-authored-by: Bradlee Speice <bradlee@speice.io>
This commit is contained in:
commit
c0de7f580e
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "aeron-driver-sys"
|
name = "aeron-driver-sys"
|
||||||
version = "1.0.0+1.25.0"
|
version = "1.0.0+1.25.1"
|
||||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
links = "aeron_driver"
|
links = "aeron_driver"
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 977bda6f9e9ef3c5b502c8a8c741262147d7f464
|
Subproject commit 6d959c2369c345ac177bd3ecc177dc672944af11
|
@ -14,6 +14,6 @@ mod tests {
|
|||||||
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, 25);
|
||||||
assert_eq!(patch, 0);
|
assert_eq!(patch, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user