SHA256
1
0
forked from pool/sccache
sccache/cargo_config
William Brown b657120f6a Accepting request 1095701 from home:firstyear:branches:devel:languages:rust
- Update to version 0.5.4~1:
  * Add experimental concurrent cache support
  * Fix the version detection in the release script
  * build(deps): bump filetime from 0.2.20 to 0.2.21
  * build(deps): bump openssl from 0.10.49 to 0.10.55
  * cargo fmt
  * Fix cache read timing
  * prepare a new upstream release
  * build(deps): bump is-terminal from 0.4.5 to 0.4.7
  * build(deps): bump predicates from 3.0.2 to 3.0.3
  * build(deps): bump uuid from 1.3.1 to 1.3.3
  * Fix failing lint CI
  * Refactor out duplicated code
  * Add PCH tests
  * Properly implement PCH
  * Blacklist C++ PCHs
  * build(deps): bump log from 0.4.17 to 0.4.19
  * build(deps): bump chrono from 0.4.24 to 0.4.26
  * Revert "fix: wrong SCCACHE_S3_USE_SSL value parse (#1804)" (#1805)
  * fix: wrong SCCACHE_S3_USE_SSL value parse (#1804)
  * fix: Don't call EC2 Metadata and allow anonymouse if no cred (#1800)
  * feat: Bump OpenDAL to 0.37.0
  * Avoid new actions
  * Add workflow to prevent regress
  * chore: Make sure Cargo.toml is formatted

OBS-URL: https://build.opensuse.org/request/show/1095701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=48
2023-06-28 05:29:47 +00:00

9 lines
266 B
Plaintext

[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/Firstyear/opensuse-proxy-cache.git"]
git = "https://github.com/Firstyear/opensuse-proxy-cache.git"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"