Skip to content

Commit

Permalink
sha3-d 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Nov 6, 2021
1 parent f0bbefa commit 36e54f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description "dd's hashing utility"
homepage "https://github.com/dd86k/ddh"
authors "dd86k <[email protected]>"
license "public domain"
dependency "sha3-d" version="~>1.0.0"
dependency "sha3-d" version="~>1.1.0"

buildType "trace" {
versions "Trace"
Expand Down
2 changes: 1 addition & 1 deletion src/ddh.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module ddh;

private import std.digest;
private import std.digest.sha, std.digest.md, std.digest.ripemd, std.digest.crc;
private import sha3d.sha3;
private import sha3d;

enum HashType
{
Expand Down

0 comments on commit 36e54f6

Please sign in to comment.