mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 21:38:09 -05:00
Merge #10
10: Upgrade Aeron to 1.22.0 r=bspeice a=bspeice bors r+ Co-authored-by: Bradlee Speice <bradlee@speice.io>
This commit is contained in:
commit
6f762fa1e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
Cargo.lock
|
||||
|
||||
.idea/
|
||||
*.swp
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "aeron_driver-sys"
|
||||
version = "0.1.0+1.21.2"
|
||||
version = "0.1.0+1.22.0"
|
||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||
edition = "2018"
|
||||
links = "aeron_driver"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f3417fd5fb4002d7e3c9c8110f42c6542dee5945
|
||||
Subproject commit 9be2459eeb890033de630d6f0662e7ce6b06dd9c
|
@ -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, 21);
|
||||
assert_eq!(patch, 2);
|
||||
assert_eq!(minor, 22);
|
||||
assert_eq!(patch, 0);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user