Skip to content

Commit

Permalink
Use new sha-1 package name (#704)
Browse files Browse the repository at this point in the history
`sha1` is the primary name now.
  • Loading branch information
davidkna committed Aug 27, 2022
1 parent 4fde90e commit 28ee63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/Cargo.toml
Expand Up @@ -20,4 +20,4 @@ pest = { path = "../pest", version = "2.3.0" }
once_cell = "1.8.0"

[build-dependencies]
sha-1 = { version = "0.10", default-features = false }
sha1 = { version = "0.10", default-features = false }

0 comments on commit 28ee63a

Please sign in to comment.