Delete useless pin-depends, everything were released
This commit is contained in:
parent
46dfef5d4a
commit
91c65b57df
1 changed files with 2 additions and 5 deletions
|
@ -11,7 +11,8 @@ depends: [
|
|||
"dune" {>= "2.0.0"}
|
||||
"git" {>= "3.9.0"}
|
||||
"mirage-kv" {>= "4.0.0"}
|
||||
"git-unix"
|
||||
"git-unix" {>= "3.10.0"}
|
||||
"carton" {>= "0.6.0"}
|
||||
"mirage-clock-unix"
|
||||
"mirage-clock"
|
||||
"ptime"
|
||||
|
@ -21,7 +22,3 @@ build: [
|
|||
["dune" "subst"] {dev}
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
]
|
||||
|
||||
pin-depends: [
|
||||
[ "carton.dev" "git+https://github.com/mirage/ocaml-git.git#8cb31ed46aa2600f645dba204b164c7fce2f7037" ]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue