Skip to content

Commit

Permalink
version 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Mar 1, 2024
1 parent 9aa394f commit 9d63b55
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

### v1.35.0 - 2024-03-01
<a name="v1.35.0"></a>
- Nerdfont icon theme - Fix #333 - Thanks @JonasLeonhard, @cho-m, @texastoland, @asdf8dfafjk and others

### v1.34.0 - 2024-02-24
<a name="v1.34.0"></a>
- new `--verb-output` launch argument, dedicated to the new `:clear_output` and `:write_output` internals - Fix #825
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "broot"
version = "1.34.0"
version = "1.35.0"
authors = ["dystroy <[email protected]>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"
Expand Down Expand Up @@ -44,16 +44,16 @@ image = "0.24"
include_dir = "0.7"
lazy-regex = "3.1.0"
libc = "0.2"
memmap2 = "0.6"
memmap2 = "0.9"
once_cell = "1.18" # waiting for https://github.com/rust-lang/rust/issues/109736
opener = "0.6"
pathdiff = "0.2"
phf = { version = "0.11", features = ["macros"] }
rayon = "1.8"
resvg = "0.36"
rayon = "1.9"
resvg = "0.36" # several options behind, as it's always a PITA to upgrade
secular = { version = "1.0", features = ["normalization", "bmp"] }
serde = { version = "1.0", features = ["derive"] }
smallvec = "1.11"
smallvec = "1.11" # version 2 is still alpha
splitty = "1.0"
strict = "0.1.4"
syntect = { package = "syntect-no-panic", version = "4.6.1" } # see issue #485
Expand Down

0 comments on commit 9d63b55

Please sign in to comment.