From 2cda4861c7291791bd0c5dd88d6eb5a7b555800e Mon Sep 17 00:00:00 2001 From: Konstantin Olkhovskiy Date: Mon, 28 Oct 2024 17:41:13 +0400 Subject: [PATCH] Drop extra dependency on rust-async Accidental copy-paste... --- dune-project | 4 ---- ocaml-rs-smartptr.opam | 1 - 2 files changed, 5 deletions(-) diff --git a/dune-project b/dune-project index 13b54a1..c8ae5cb 100644 --- a/dune-project +++ b/dune-project @@ -27,10 +27,6 @@ (and (>= 0.2.0) :build)) - (rust-async - (and - (>= 0.1.1) - (< 0.2.0))) (ocamlformat (and :with-test diff --git a/ocaml-rs-smartptr.opam b/ocaml-rs-smartptr.opam index 03b12fd..9688347 100644 --- a/ocaml-rs-smartptr.opam +++ b/ocaml-rs-smartptr.opam @@ -11,7 +11,6 @@ depends: [ "rust-staticlib-gen" {>= "0.2.0" & with-test} "rust-staticlib-virtual" {>= "0.2.0"} "dune-cargo-build" {>= "0.2.0" & build} - "rust-async" {>= "0.1.1" & < "0.2.0"} "ocamlformat" {with-test & >= "0.26.2" & < "0.27.0"} "odoc" {with-doc} ]