summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-11-22 08:49:55 +0100
committerCanop <cano.petrole@gmail.com>2023-11-22 08:49:55 +0100
commit85affed44196502c020f4e911f0aa5efba8696b0 (patch)
treeea326a0d9e3b86e7572bbe0725b1d2a06cf36f1d /Cargo.toml
parentfdfc94a10cbf9ef2387d35cf975d0fe11726e829 (diff)
version 1.29.0v1.29.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9f7bef8..f3b8c78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.28.2-dev"
+version = "1.29.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"
@@ -45,7 +45,7 @@ include_dir = "0.7"
lazy-regex = "3.1.0"
libc = "0.2"
memmap2 = "0.6"
-once_cell = "1.7" # waiting for https://github.com/rust-lang/rust/issues/109736
+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"] }