Skip to content

Commit

Permalink
subtle v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Sep 26, 2018
1 parent 3ddabd2 commit e411e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orion"
version = "0.7.2"
version = "0.7.3"
authors = ["brycx <brycx@protonmail.com>"]
description = "Easy and usable rust crypto"
keywords = [ "cryptography", "hmac", "hkdf", "pbkdf2", "chacha20" ]
Expand All @@ -23,7 +23,7 @@ rand = { version = "0.5.5", optional = true }
sha2 = "0.7.1"
tiny-keccak = "1.4.2"
byteorder = { version = "1.2.6", default-features = false }
subtle = { version = "0.9.0", default-features = false }
subtle = { version = "1.0.0", default-features = false }
seckey = { version = "0.9.1", default-features = false }

[features]
Expand Down

0 comments on commit e411e57

Please sign in to comment.