Skip to content

Commit fca6652

Browse files
committed
chore: prepare for 0.0.3 release
1 parent d53d516 commit fca6652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
(description "A longer description")
2020
(depends
2121
(ocaml (>= "5.1"))
22-
(riot (>= "0.0.5"))
22+
(riot (= "0.0.8"))
2323
(mdx (and :with-test (>= "2.3.1")))
2424
(tty (>= "0.0.2"))
2525
uuseg)

minttea.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/leostera/minttea/issues"
1212
depends: [
1313
"dune" {>= "3.11"}
1414
"ocaml" {>= "5.1"}
15-
"riot" {>= "0.0.5"}
15+
"riot" {= "0.0.8"}
1616
"mdx" {with-test & >= "2.3.1"}
1717
"tty" {>= "0.0.2"}
1818
"uuseg"

0 commit comments

Comments
 (0)