diff --git a/Cargo.lock b/Cargo.lock index ead0d18..5f4ac6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "canutils" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-preview 0.3.0-alpha.16 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 16ecac3..b0bf772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "canutils" -version = "0.1.0" +version = "0.1.1" license = "MIT" description = "A can-utils implementation in pure Rust" authors = ["marcelbuesing "]