Skip to content

Commit 7c5aff6

Browse files
committed
Set a 2-week minimum publish age for deps in pnpm and cargo.
1 parent 649362e commit 7c5aff6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ packages:
44
- standalone/sidecar
55
- vscode-ext
66
- website
7+
minimumReleaseAge: 20160

standalone/src-tauri/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ authors = ["DiffPlug"]
66
license = "FSL-1.1-MIT"
77
edition = "2021"
88

9+
[registry]
10+
global-min-publish-age = "14 days"
11+
912
[lib]
1013
name = "mouseterm_lib"
1114
crate-type = ["lib", "cdylib", "staticlib"]

0 commit comments

Comments
 (0)