Skip to content

Commit

Permalink
[1.0.1] - 2019-03-16
Browse files Browse the repository at this point in the history
Pull fix for clarkenciel/bbb-core#1 to avoid unhandled PA panics
  • Loading branch information
clarkenciel committed Mar 16, 2019
1 parent d869b58 commit 3b624ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "bbb-cli"
version = "1.0.0"
version = "1.0.1"
authors = ["clarkenciel <[email protected]>"]

[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"
rustyline = "1.0.0"

0 comments on commit 3b624ea

Please sign in to comment.