1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-09-16 08:41:28 -04:00

Fix some Cargo.toml issues

This commit is contained in:
Bradlee Speice 2019-10-02 23:42:05 -04:00
parent c982a63cd9
commit 0e1462fe9e
3 changed files with 6 additions and 5 deletions

View File

@ -16,6 +16,4 @@ aeron_driver-sys = { path = "./aeron_driver-sys" }
memmap = "0.7" memmap = "0.7"
[dev-dependencies] [dev-dependencies]
clap = "2.33"
ctrlc = "3.1.3"
tempfile = "3.1" tempfile = "3.1"

View File

@ -15,3 +15,8 @@ dunce = "1.0.0"
[features] [features]
static = [] static = []
[dev-dependencies]
clap = "2.33"
ctrlc = "3.1.3"
tempfile = "3.1"

View File

@ -6,8 +6,6 @@ include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use crate::*;
use std::convert::TryInto;
#[test] #[test]
fn version_check() { fn version_check() {