Skip to content

Commit de7fa43

Browse files
committed
DNM: Patch opendal to the fix branch to verify that it makes everything pass
1 parent cf3e73c commit de7fa43

2 files changed

Lines changed: 49 additions & 34 deletions

File tree

Cargo.lock

Lines changed: 45 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ rouille = { version = "3.6", optional = true, default-features = false, features
136136
syslog = { version = "7", optional = true }
137137
version-compare = { version = "0.1.1", optional = true }
138138

139+
[patch.crates-io]
140+
opendal = { git = "https://github.com/flip1995/opendal.git", branch = "tcp-address-resolve-fix" }
141+
opendal-layer-logging = { git = "https://github.com/flip1995/opendal.git", branch = "tcp-address-resolve-fix" }
142+
139143
[dev-dependencies]
140144
assert_cmd = "2.0.13"
141145
cc = "1.0"

0 commit comments

Comments
 (0)