@zackees/soldr 0.7.47 → 0.7.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ # contracts
2
+
3
+ Versioned JSON contracts describing the soldr ↔ zccache runtime interface. `zccache-runtime.v1.json` is the authoritative source of `managed_version` and required-binary lists consumed by both `soldr-cli` and `setup-soldr`.
@@ -18,7 +18,7 @@
18
18
  "linux_zccache_target_libc": "musl"
19
19
  },
20
20
  "zccache": {
21
- "managed_version": "1.11.7",
21
+ "managed_version": "1.11.8",
22
22
  "local_dir_env": "SOLDR_ZCCACHE_LOCAL_DIR",
23
23
  "cache_dir_env": "ZCCACHE_CACHE_DIR",
24
24
  "required_binaries": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zackees/soldr",
3
- "version": "0.7.47",
3
+ "version": "0.7.48",
4
4
  "description": "Instant Rust tools and builds from one command.",
5
5
  "license": "BSD-3-Clause",
6
6
  "homepage": "https://github.com/zackees/soldr",