Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
sync: rsync
copyback: false
# We need jq and GNU coreutils to run show-utils.sh and bash to use inline shell string replacement
prepare: pkg install -y curl sudo jq coreutils bash
prepare: pkg install -y curl gmake sudo jq coreutils bash
run: |
## Prepare, build, and test
# implementation modelled after ref: <https://github.com/rust-lang/rustup/pull/2783>
Expand Down
2 changes: 2 additions & 0 deletions .vscode/cspell.dictionaries/jargon.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ wordlists
xattrs
xpass

jemalloc
jemallocator
# * abbreviations
AMPM
ampm
Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ icu_locale = "2.0.0"
icu_provider = "2.0.0"
indicatif = "0.18.0"
itertools = "0.14.0"
jemalloc-ctl = "0.5"
jemallocator = "0.5"
itoa = "1.0.15"
jiff = "0.2.18"
jiff-icu = "0.2.2"
Expand All @@ -357,6 +359,7 @@ nix = { version = "0.30", default-features = false }
nom = "8.0.0"
notify = { version = "=8.2.0", features = ["macos_kqueue"] }
num-bigint = "0.4.4"
num-integer = "0.1"
num-prime = "0.4.4"
num-traits = "0.2.19"
onig = { version = "~6.5.1", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ version = 2
yanked = "warn"
ignore = [
#"RUSTSEC-0000-0000",
"RUSTSEC-2024-0436", # paste: unmaintained (via jemalloc-ctl in uu_factor bench)
]

# This section is considered when running `cargo deny check licenses`
Expand Down
Loading
Loading