Skip to content

Commit

Permalink
chore: Align core version (#4197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Feb 18, 2024
1 parent e4a3450 commit 39e0a69
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bindings/haskell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.67"
version = "0.44.2+core.0.44.2"
version = "0.44.2+core.0.45.0"

[lib]
crate-type = ["cdylib"]
Expand All @@ -34,4 +34,4 @@ doc = false
[dependencies]
chrono = "0.4"
log = { version = "0.4", features = ["std"] }
opendal = { version = "0.44.2" }
opendal = { version = "0.45.0", path = "../../core" }
2 changes: 1 addition & 1 deletion bindings/haskell/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ getDynamicLibExtension lbi =
OSX -> "dylib"
Linux -> "so"
Windows -> "dll"
_ -> error "Unsupported OS"
_ -> error "Unsupported OS"
4 changes: 2 additions & 2 deletions bindings/ocaml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[package]
name = "opendal-ocaml"
publish = false
version = "0.0.0+core.0.44.2"
version = "0.0.0+core.0.45.0"

authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
edition = "2021"
Expand All @@ -33,7 +33,7 @@ doc = false

[dependencies]
ocaml = { version = "^1.0.0-beta" }
opendal = { version = "0.44.2" }
opendal = { version = "0.45.0", path = "../../core" }

[build-dependencies]
ocaml-build = { version = "^1.0.0-beta" }
4 changes: 2 additions & 2 deletions bindings/ruby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[package]
name = "opendal-ruby"
publish = false
version = "0.1.0+core.0.43.0"
version = "0.1.0+core.0.45.0"

authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
edition = "2021"
Expand All @@ -34,7 +34,7 @@ name = "opendal_ruby"

[dependencies]
magnus = { version = "0.5", features = ["bytes-crate"] }
opendal = "0.43.0"
opendal = { version = "0.45.0", path = "../../core" }
rb-sys = { version = "0.9.77", default-features = false }

[build-dependencies]
Expand Down

0 comments on commit 39e0a69

Please sign in to comment.