This is an automated email from the ASF dual-hosted git repository.

erickguan pushed a commit to branch ruby-binding-io
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit 1413be5434fd2747a494cedb9035bc9c8313d9f7
Author: Erick Guan <[email protected]>
AuthorDate: Sun Mar 30 14:54:20 2025 +0200

    REMOVE ME for enable environment
---
 bindings/ruby/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/ruby/Cargo.toml b/bindings/ruby/Cargo.toml
index e211afdc9..d274b8662 100644
--- a/bindings/ruby/Cargo.toml
+++ b/bindings/ruby/Cargo.toml
@@ -32,7 +32,7 @@ doc = false
 name = "opendal_ruby"
 
 [dependencies]
-magnus = { version = "0.7.1", features = ["bytes"] }
+magnus = { path = "../../../magnus", features = ["bytes"] }
 # this crate won't be published, we always use the local version
 opendal = { version = ">=0", path = "../../core", features = [
   "blocking",

Reply via email to