mirror of
https://github.com/bspeice/aeron-rs
synced 2025-12-18 11:06:36 -05:00
Update Aeron to 1.26.0
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "aeron-driver-sys"
|
name = "aeron-driver-sys"
|
||||||
version = "1.0.0+1.25.1"
|
version = "1.0.0+1.26.0"
|
||||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
links = "aeron_driver"
|
links = "aeron_driver"
|
||||||
|
|||||||
Submodule aeron-driver-sys/aeron updated: 6d959c2369...f655683339
@ -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, 26);
|
||||||
assert_eq!(patch, 1);
|
assert_eq!(patch, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user