Skip to content

Commit b769cb6

Browse files
committed
use explicit commit instead of branch
1 parent 30c0f6d commit b769cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sha-crypt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sha2 = { version = "0.10", default-features = false }
2121
# optional dependencies
2222
rand = { version = "0.8", optional = true }
2323
subtle = { version = ">=2, <2.5", optional = true, default-features = false }
24-
base64ct = { git = "https://github.com/ibotty/rustcrypto-formats", branch = "shacrypt" }
24+
base64ct = { git = "https://github.com/ibotty/rustcrypto-formats", rev = "c0df69f7028cba1016018d7a57a89fb95cd22f83" }
2525

2626
[features]
2727
default = ["simple"]

0 commit comments

Comments
 (0)