diff --git a/Cargo.lock b/Cargo.lock index b3bece7..bea44f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,13 +1,3 @@ -[root] -name = "bbb-cli" -version = "0.1.0" -dependencies = [ - "bbb_core 1.0.0 (git+https://github.com/clarkenciel/bbb-core?tag=1.0.0)", - "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", - "nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustyline 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "ansi_term" version = "0.9.0" @@ -25,9 +15,19 @@ dependencies = [ ] [[package]] -name = "bbb_core" +name = "bbb-cli" version = "1.0.0" -source = "git+https://github.com/clarkenciel/bbb-core?tag=1.0.0#a720051474901afc26e9298e6fca05da67bba49b" +dependencies = [ + "bbb_core 1.0.1 (git+https://github.com/clarkenciel/bbb-core?tag=1.0.1)", + "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rustyline 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "bbb_core" +version = "1.0.1" +source = "git+https://github.com/clarkenciel/bbb-core?tag=1.0.1#bdf1ebd78f1c029fac104f9055b7eacfccdcf711" dependencies = [ "hound 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -238,7 +238,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [metadata] "checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6" "checksum atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "21e50800ec991574876040fff8ee46b136a53e985286fbe6a3bdfe6421b78860" -"checksum bbb_core 1.0.0 (git+https://github.com/clarkenciel/bbb-core?tag=1.0.0)" = "" +"checksum bbb_core 1.0.1 (git+https://github.com/clarkenciel/bbb-core?tag=1.0.1)" = "" "checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3" "checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" diff --git a/Cargo.toml b/Cargo.toml index 46bb6ee..20c3063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "bbb-cli" -version = "1.0.0" +version = "1.0.1" authors = ["clarkenciel "] [dependencies] -bbb_core = { git = "https://github.com/clarkenciel/bbb-core", tag = "1.0.0" } +bbb_core = { git = "https://github.com/clarkenciel/bbb-core", tag = "1.0.1" } clap = "2.27.1" nom = "^3.2" -rustyline = "1.0.0" \ No newline at end of file +rustyline = "1.0.0"