Skip to content

Commit 660aa40

Browse files
authored
chore: Fix opendal upstream commit missing (#15393)
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent be1183e commit 660aa40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,6 @@ z3 = { git = "https://github.com/prove-rs/z3.rs", rev = "247d308" }
279279
z3-sys = { git = "https://github.com/prove-rs/z3.rs", rev = "247d308" }
280280
geozero = { git = "https://github.com/georust/geozero", rev = "1d78b36" }
281281
# Hot fix for cos, remove this during opendal 0.46 upgrade.
282-
opendal = { git = "https://github.com/apache/opendal", rev = "53377ca" }
282+
opendal = { git = "https://github.com/Xuanwo/opendal", rev = "53377ca" }
283283
reqsign = { git = "https://github.com/Xuanwo/reqsign", rev = "122dc12" }
284284
# proj = { git = "https://github.com/ariesdevil/proj", rev = "51e1c60" }

0 commit comments

Comments
 (0)