diff --git a/Cargo.lock b/Cargo.lock index 64c526aec..97c513781 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cross" -version = "0.1.14" +version = "0.1.15-dev" dependencies = [ "error-chain 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3cccf3483..d144afcfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["cross", "compilation", "testing", "tool"] license = "MIT OR Apache-2.0" name = "cross" repository = "https://github.com/japaric/cross" -version = "0.1.14" +version = "0.1.15-dev" [dependencies] error-chain = "0.7.1"