Skip to content

Commit

Permalink
Prepare 0.6.0-rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuvince committed May 20, 2018
1 parent d009964 commit e407ab1
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name = "ppbert"
description = "Simple pretty printer for Erlang's External Term Format"
homepage = "https://github.com/gnuvince/ppbert"
version = "0.5.2"
version = "0.6.0-rc1"
license = "MIT"
authors = ["Vincent Foley <vfoley@gmail.com>"]

[dependencies]
num = "0.1"
encoding = "0.2.33"
rayon = "0.9.0"
encoding = "0.2"
rayon = "1.0"

[[bin]]
name = "ppbert"
Expand All @@ -27,5 +27,5 @@ lto = true
panic = "abort"

[dependencies.clap]
version = "2.29.2"
version = "2.31"
default-features = false

0 comments on commit e407ab1

Please sign in to comment.