this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #24984 from leostera/release-riot-0.0.6

[new release] fix atacama 0.0.2 and 0.0.3 dependencies on riot

authored by

Marcello Seri and committed by
GitHub
dcf8b49f 0286027b

+2 -2
+1 -1
packages/atacama/atacama.0.0.2/opam
··· 10 10 bug-reports: "https://github.com/leostera/atacama/issues" 11 11 depends: [ 12 12 "ocaml" {>= "5.1"} 13 - "riot" {>= "0.0.3"} 13 + "riot" {= "0.0.3"} 14 14 "telemetry" {>= "0.0.1"} 15 15 "dune" {>= "3.10"} 16 16 "odoc" {with-doc}
+1 -1
packages/atacama/atacama.0.0.3/opam
··· 10 10 bug-reports: "https://github.com/leostera/atacama/issues" 11 11 depends: [ 12 12 "ocaml" {>= "5.1"} 13 - "riot" {>= "0.0.4"} 13 + "riot" {= "0.0.4"} 14 14 "telemetry" {>= "0.0.1"} 15 15 "dune" {>= "3.10"} 16 16 "odoc" {with-doc}