We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2273edb commit 9bf06a7Copy full SHA for 9bf06a7
2 files changed
CHANGES.md
@@ -1,3 +1,7 @@
1
+# 2.0.0 (2024-06-29)
2
+
3
+* Update to mirage-crypto 1.0.0 (#13 @dinosaure)
4
5
# 1.2.0 (2020-08-03)
6
7
* Upgrade to Cstruct 6.0.0
pbkdf.opam
@@ -14,7 +14,7 @@ doc: "https://abeaumont.github.io/ocaml-pbkdf/"
14
depends: [
15
"ocaml" {>= "4.07.0"}
16
"dune" {>= "1.8.0"}
17
- "mirage-crypto"
+ "mirage-crypto" {>= "1.0.0"}
18
"digestif"
19
"alcotest" {with-test & >= "0.8.1"}
20
"ohex" {with-test}
@@ -24,7 +24,3 @@ build: [
24
[ "dune" "build" "-j" jobs "-p" name "@install" ]
25
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
26
]
27
-
28
-pin-depends: [
29
- [ "mirage-crypto.dev" "git+https://github.com/mirage/mirage-crypto.git#918bef0ea7b7b71f02d27205a183ea5a709a7424" ]
30
-]
0 commit comments