Skip to content

Commit

Permalink
meta: loosen deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera committed Apr 11, 2024
1 parent 40d45f4 commit 89ab4b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
(description
"Riot is an actor-model multi-core scheduler for OCaml 5. It brings Erlang-style concurrency to the language, where lighweight process communicate via message passing")
(depends
(bytestring (= :version))
(bytestring (>= "0.0.1"))
(castore (and :with-test (>= "0.0.2")))
(config (>= "0.0.1"))
(gluon (= :version))
(rio (= :version))
(gluon (>= "0.0.1"))
(mdx (and :with-test (>= "2.3.1")))
(mirage-crypto (>= "0.11.2"))
(mirage-crypto-rng (>= "0.11.2"))
Expand All @@ -34,6 +33,7 @@
(odoc (and :with-doc (>= "2.2.2")))
(ptime (>= "1.1.0"))
(randomconv (= "0.2.0"))
(rio (>= "0.0.1"))
(telemetry (>= "0.0.1"))
(tls (= "0.17.3"))
(uri (>= "4.4.0"))
Expand Down
6 changes: 3 additions & 3 deletions riot.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ tags: ["multicore" "erlang" "actor" "message-passing" "processes"]
homepage: "https://github.com/riot-ml/riot"
bug-reports: "https://github.com/riot-ml/riot/issues"
depends: [
"bytestring" {= version}
"bytestring" {>= "0.0.1"}
"castore" {with-test & >= "0.0.2"}
"config" {>= "0.0.1"}
"gluon" {= version}
"rio" {= version}
"gluon" {>= "0.0.1"}
"mdx" {with-test & >= "2.3.1"}
"mirage-crypto" {>= "0.11.2"}
"mirage-crypto-rng" {>= "0.11.2"}
Expand All @@ -23,6 +22,7 @@ depends: [
"odoc" {with-doc & >= "2.2.2"}
"ptime" {>= "1.1.0"}
"randomconv" {= "0.2.0"}
"rio" {>= "0.0.1"}
"telemetry" {>= "0.0.1"}
"tls" {= "0.17.3"}
"uri" {>= "4.4.0"}
Expand Down

0 comments on commit 89ab4b9

Please sign in to comment.