Skip to content

Commit

Permalink
Bump version to 0.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Dec 19, 2017
1 parent 43e7d93 commit b28ab09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libpasta"
version = "0.0.5"
version = "0.0.6"
authors = ["Sam Scott <[email protected]>"]
categories = ["authentication", "cryptography"]
description = "All-inclusive password hashing library"
Expand Down
4 changes: 2 additions & 2 deletions libpasta-capi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "pasta"
version = "0.0.5"
version = "0.0.6"
authors = ["Sam Scott <[email protected]>"]
build = "build.rs"


[dependencies]
libc = "0.2"
libpasta = { version = "0.0.5", path = ".." }
libpasta = { version = "0.0.6", path = ".." }
rpassword = "2.0"

[build-dependencies]
Expand Down

0 comments on commit b28ab09

Please sign in to comment.