this repo has no description

fix: fix riot versions for atacama/minttea

Changed files
+2 -2
packages
atacama
atacama.0.0.4
minttea
minttea.0.0.2
+1 -1
packages/atacama/atacama.0.0.4/opam
···
"mdx" {with-test & >= "2.3.1"}
"ocaml" {>= "5.1"}
"odoc" {with-doc & >= "2.2.2"}
-
"riot" {>= "0.0.7"}
"telemetry" {>= "0.0.1"}
]
build: [
···
"mdx" {with-test & >= "2.3.1"}
"ocaml" {>= "5.1"}
"odoc" {with-doc & >= "2.2.2"}
+
"riot" {= "0.0.7"}
"telemetry" {>= "0.0.1"}
]
build: [
+1 -1
packages/minttea/minttea.0.0.2/opam
···
depends: [
"dune" {>= "3.11"}
"ocaml" {>= "5.1"}
-
"riot" {>= "0.0.5"}
"mdx" {with-test & >= "2.3.1"}
"tty" {>= "0.0.2"}
"odoc" {with-doc}
···
depends: [
"dune" {>= "3.11"}
"ocaml" {>= "5.1"}
+
"riot" {= "0.0.5"}
"mdx" {with-test & >= "2.3.1"}
"tty" {>= "0.0.2"}
"odoc" {with-doc}