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" }