Skip to content

Commit

Permalink
chore: Specify opendal version for haskell binding (#4093)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jan 30, 2024
1 parent 1b68186 commit d56a450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/haskell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit d56a450

Please sign in to comment.