Skip to content

Commit 4dcf752

Browse files
committed
irmin: Fix kcas commit pin
1 parent f26c552 commit 4dcf752

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

irmin.opam

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ depends: [
2222
"uutf"
2323
"jsonm" {>= "1.0.0"}
2424
"eio" {>= "0.12"}
25-
"kcas" {>= "0.6.1"}
26-
"kcas_data" {>= "0.6.1"}
25+
"kcas" {= "dev"}
26+
"kcas_data" {= "dev"}
2727
"lwt" {>= "5.6.1"}
2828
"digestif" {>= "0.9.0"}
2929
"ocamlgraph"
@@ -44,7 +44,8 @@ depends: [
4444

4545
pin-depends: [
4646
# Fix segv in kcas
47-
[ "kcas.dev" "git+https://[email protected]/ocaml-multicore/kcas#5f3a39dfc72189e2b83f96c3754d402d5e7d6bc5"]
47+
[ "kcas.dev" "git+https://[email protected]/ocaml-multicore/kcas#debeae67a48743f9659471a4de3b9166afdb1647"]
48+
[ "kcas_data.dev" "git+https://[email protected]/ocaml-multicore/kcas#debeae67a48743f9659471a4de3b9166afdb1647"]
4849
# Metrics may have been unnecessarily constrained in opam-repository
4950
[ "metrics.dev" "git+https://github.com/mirage/metrics#995eb18d2837df02c8ead719c00fb156cf475ab5"]
5051
[ "metrics-unix.dev" "git+https://github.com/mirage/metrics#995eb18d2837df02c8ead719c00fb156cf475ab5"]

0 commit comments

Comments
 (0)