fix: include cdylib/rlib/dylib/staticlib targets in build and fingerprint cleanup (#320)

This commit is contained in:
eitsupi
2026-03-19 16:14:45 +09:00
committed by GitHub
parent 85fb4247b7
commit f51f967e15
3 changed files with 3 additions and 3 deletions

View File

@@ -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;