Skip to content

Commit 9bf06a7

Browse files
hannesmabeaumont
authored andcommitted
final touches
1 parent 2273edb commit 9bf06a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.0 (2024-06-29)
2+
3+
* Update to mirage-crypto 1.0.0 (#13 @dinosaure)
4+
15
# 1.2.0 (2020-08-03)
26

37
* Upgrade to Cstruct 6.0.0

pbkdf.opam

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doc: "https://abeaumont.github.io/ocaml-pbkdf/"
1414
depends: [
1515
"ocaml" {>= "4.07.0"}
1616
"dune" {>= "1.8.0"}
17-
"mirage-crypto"
17+
"mirage-crypto" {>= "1.0.0"}
1818
"digestif"
1919
"alcotest" {with-test & >= "0.8.1"}
2020
"ohex" {with-test}
@@ -24,7 +24,3 @@ build: [
2424
[ "dune" "build" "-j" jobs "-p" name "@install" ]
2525
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
2626
]
27-
28-
pin-depends: [
29-
[ "mirage-crypto.dev" "git+https://github.com/mirage/mirage-crypto.git#918bef0ea7b7b71f02d27205a183ea5a709a7424" ]
30-
]

0 commit comments

Comments
 (0)