From d56a450ecccf655f1537f2418e2f871d50a0da46 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 30 Jan 2024 12:56:25 +0800 Subject: [PATCH] chore: Specify opendal version for haskell binding (#4093) Signed-off-by: Xuanwo --- bindings/haskell/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/haskell/Cargo.toml b/bindings/haskell/Cargo.toml index bd90f27dc5c3..2b1e3b579b78 100644 --- a/bindings/haskell/Cargo.toml +++ b/bindings/haskell/Cargo.toml @@ -34,4 +34,4 @@ doc = false [dependencies] chrono = "0.4" log = { version = "0.4", features = ["std"] } -opendal = { path = "../../core" } +opendal = { version = "0.44.2", path = "../../core" }