Rename to aeron-driver-sys, update to 1.25.0 release

trying^2
Bradlee Speice 2020-01-12 16:47:29 -05:00
parent 531bc0d64c
commit b9b5b74b7c
11 changed files with 11 additions and 11 deletions

6
.gitmodules vendored
View File

@ -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

View File

@ -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 ..

View File

@ -1,5 +1,5 @@
[workspace]
members = [
"aeron_driver-sys",
"aeron-driver-sys",
"aeron-rs"
]

View File

@ -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"

@ -0,0 +1 @@
Subproject commit 977bda6f9e9ef3c5b502c8a8c741262147d7f464

View File

@ -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);
}
}

View File

@ -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