this repo has no description

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

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