mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 05:28:10 -05:00
Rename to aeron-driver-sys, update to 1.25.0 release
This commit is contained in:
parent
531bc0d64c
commit
b9b5b74b7c
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "aeron_driver-sys/aeron"]
|
||||
path = aeron_driver-sys/aeron
|
||||
url = https://github.com/real-logic/aeron
|
||||
[submodule "aeron-driver-sys/aeron"]
|
||||
path = aeron-driver-sys/aeron
|
||||
url = https://github.com/real-logic/aeron.git
|
||||
|
@ -21,7 +21,7 @@ script:
|
||||
- cargo test --release --no-run
|
||||
- cargo test --release
|
||||
|
||||
- cd aeron_driver-sys/
|
||||
- cd aeron-driver-sys/
|
||||
- cargo test --features "static"
|
||||
|
||||
- cd ..
|
||||
|
@ -1,5 +1,5 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"aeron_driver-sys",
|
||||
"aeron-driver-sys",
|
||||
"aeron-rs"
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "aeron_driver-sys"
|
||||
version = "0.1.0+1.22.0"
|
||||
name = "aeron-driver-sys"
|
||||
version = "1.0.0+1.25.0"
|
||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||
edition = "2018"
|
||||
links = "aeron_driver"
|
1
aeron-driver-sys/aeron
Submodule
1
aeron-driver-sys/aeron
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 977bda6f9e9ef3c5b502c8a8c741262147d7f464
|
@ -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, 23);
|
||||
assert_eq!(patch, 1);
|
||||
assert_eq!(minor, 25);
|
||||
assert_eq!(patch, 0);
|
||||
}
|
||||
}
|
@ -12,7 +12,7 @@ travis-ci = { repository = "bspeice/aeron-rs", branch = "master" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
aeron_driver-sys = { path = "../aeron_driver-sys" }
|
||||
aeron-driver-sys = { path = "../aeron-driver-sys" }
|
||||
memmap = "0.7"
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 02c5015f2c72c232b9cd840ca4726dca7bfe0d0e
|
Loading…
Reference in New Issue
Block a user