forked from wezterm/wezterm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcooldown.toml
More file actions
34 lines (27 loc) · 875 Bytes
/
Copy pathcooldown.toml
File metadata and controls
34 lines (27 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Generated by `cargo cooldown init`.
# Edit values as needed for your project.
[cooldown]
incompatible-publish-age = "deny"
# `floor` keeps initial Cargo.lock versions as the minimum; `ignore` allows lower versions.
lockfile-baseline = "floor"
[registry]
global-min-publish-age = "14 days"
# Optional allow rules.
# Add as many `allow.exact` and `allow.package` entries as you need.
# `allow.exact` fully allows one exact crate version.
# `allow.package` lowers the cooldown for one crate name.
# Use `min-publish-age = "0"` in `allow.package` to exclude that crate from cooldown.
# [allow.global]
# minutes = 1440
# [[allow.package]]
# crate = "tokio"
# min-publish-age = "1 hour"
# [[allow.package]]
# crate = "openssl"
# min-publish-age = "0"
# [[allow.exact]]
# crate = "serde"
# version = "1.0.218"
# [[allow.exact]]
# crate = "serde_json"
# version = "1.0.145"