]> git.proxmox.com Git - debcargo-conf.git/blob - src/salsa20/debian/patches/relax-deps.patch
fixup salsa20, needed for the rust crypto stack / sequoia
[debcargo-conf.git] / src / salsa20 / debian / patches / relax-deps.patch
1 diff --git a/Cargo.toml b/Cargo.toml
2 index 39b2ea6..f3d02c0 100644
3 --- a/Cargo.toml
4 +++ b/Cargo.toml
5 @@ -32,7 +32,7 @@ version = "0.4.2"
6 features = ["dev"]
7
8 [dev-dependencies.hex-literal]
9 -version = "0.3.3"
10 +version = "0.4"
11
12 [features]
13 std = ["cipher/std"]