Skip to content

Commit

Permalink
Test debug 10 with fix
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Jun 5, 2023
1 parent 836ede7 commit da53a82
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 22 deletions.
69 changes: 51 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sccache"
version = "0.5.3-debug-9"
version = "0.5.3-debug-10"
license = "Apache-2.0"
description = "Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible, storing a cache in a remote storage using various cloud storage."
repository = "https://github.com/mozilla/sccache/"
Expand All @@ -23,7 +23,7 @@ lto = true
strip = true

[dependencies]
opendal = { git = "https://github.com/apache/incubator-opendal", rev = "545d43f4ebfca2baf86662ddf0ca4792841d8bb2", optional = true }
opendal = { git = "https://github.com/Xuanwo/opendal", rev = "49b37d8612f8223502f0caf25dea49d17c044b32", optional = true }
anyhow = { version = "1.0", features = ["backtrace"] }
ar = "0.9"
async-trait = "0.1"
Expand All @@ -32,7 +32,7 @@ bincode = "1"
blake3 = "1"
byteorder = "1.0"
bytes = "1"
reqsign = { version = "0.12.0", optional = true }
reqsign = { version = "0.13.0", optional = true }
clap = { version = "4.1.11", features = ["derive", "env", "wrap_help"] }
directories = "5.0.0"
encoding = "0.2"
Expand Down Expand Up @@ -60,7 +60,7 @@ number_prefix = "0.4"
openssl = { version = "0.10.49", optional = true }
rand = "0.8.4"
regex = "1.7.3"
reqwest = { version = "0.11", features = [
reqwest = { version = "0.11.18", features = [
"json",
"blocking",
"stream",
Expand Down

0 comments on commit da53a82

Please sign in to comment.