File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 2.0.0 (2024-06-29)
2
+
3
+ * Update to mirage-crypto 1.0.0 (#13 @dinosaure )
4
+
1
5
# 1.2.0 (2020-08-03)
2
6
3
7
* Upgrade to Cstruct 6.0.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ doc: "https://abeaumont.github.io/ocaml-pbkdf/"
14
14
depends: [
15
15
"ocaml" {>= "4.07.0"}
16
16
"dune" {>= "1.8.0"}
17
- "mirage-crypto"
17
+ "mirage-crypto" {>= "1.0.0"}
18
18
"digestif"
19
19
"alcotest" {with-test & >= "0.8.1"}
20
20
"ohex" {with-test}
@@ -24,7 +24,3 @@ build: [
24
24
[ "dune" "build" "-j" jobs "-p" name "@install" ]
25
25
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
26
26
]
27
-
28
- pin-depends: [
29
- [ "mirage-crypto.dev" "git+https://github.com/mirage/mirage-crypto.git#918bef0ea7b7b71f02d27205a183ea5a709a7424" ]
30
- ]
You can’t perform that action at this time.
0 commit comments