mirror of
https://github.com/bspeice/aeron-rs
synced 2025-04-20 20:51:28 -04:00
Update Aeron to 1.26.0
This commit is contained in:
parent
c0de7f580e
commit
4e1cfd5e05
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "aeron-driver-sys"
|
||||
version = "1.0.0+1.25.1"
|
||||
version = "1.0.0+1.26.0"
|
||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||
edition = "2018"
|
||||
links = "aeron_driver"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6d959c2369c345ac177bd3ecc177dc672944af11
|
||||
Subproject commit f65568333918e5bf178b766fb52bfdda3f2e83b7
|
@ -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, 25);
|
||||
assert_eq!(patch, 1);
|
||||
assert_eq!(minor, 26);
|
||||
assert_eq!(patch, 0);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user