We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53d516 commit fca6652Copy full SHA for fca6652
dune-project
@@ -19,7 +19,7 @@
19
(description "A longer description")
20
(depends
21
(ocaml (>= "5.1"))
22
- (riot (>= "0.0.5"))
+ (riot (= "0.0.8"))
23
(mdx (and :with-test (>= "2.3.1")))
24
(tty (>= "0.0.2"))
25
uuseg)
minttea.opam
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/leostera/minttea/issues"
12
depends: [
13
"dune" {>= "3.11"}
14
"ocaml" {>= "5.1"}
15
- "riot" {>= "0.0.5"}
+ "riot" {= "0.0.8"}
16
"mdx" {with-test & >= "2.3.1"}
17
"tty" {>= "0.0.2"}
18
"uuseg"
0 commit comments