Skip to content

Commit

Permalink
version 1.0.3
Browse files Browse the repository at this point in the history
Changes since v1.0.2:
- Updated dependencies, replacing some unmaintained ones.
  • Loading branch information
oconnor663 committed Feb 4, 2025
1 parent 3e380bb commit 67d92a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blake2_bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blake2_bin"
version = "1.0.2"
version = "1.0.3"
authors = ["Jack O'Connor"]
description = "a command line implementation of BLAKE2b/s/bp/sp and all their parameters"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion blake2b/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blake2b_simd"
version = "1.0.2"
version = "1.0.3"
authors = ["Jack O'Connor"]
description = "a pure Rust BLAKE2b implementation with dynamic SIMD"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion blake2s/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blake2s_simd"
version = "1.0.2"
version = "1.0.3"
authors = ["Jack O'Connor"]
description = "a pure Rust BLAKE2s implementation with dynamic SIMD"
license = "MIT"
Expand Down

0 comments on commit 67d92a2

Please sign in to comment.