mirror of
https://github.com/Swatinem/rust-cache.git
synced 2026-04-21 15:10:26 +00:00
fix: include cdylib/rlib/dylib/staticlib targets in build and fingerprint cleanup (#320)
This commit is contained in:
2
dist/restore/index.js
vendored
2
dist/restore/index.js
vendored
@@ -249702,7 +249702,7 @@ async function utils_exists(path) {
|
||||
|
||||
|
||||
|
||||
const SAVE_TARGETS = new Set(["lib", "proc-macro"]);
|
||||
const SAVE_TARGETS = new Set(["lib", "cdylib", "dylib", "rlib", "staticlib", "proc-macro"]);
|
||||
class Workspace {
|
||||
constructor(root, target) {
|
||||
this.root = root;
|
||||
|
||||
Reference in New Issue
Block a user