about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-22 07:26:26 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 13:59:32 +1000
commitdfa748e910b7b1cda37bfe709cd026da66a63e4c (patch)
tree7061ba544bdac00ca00d13d1272265fe5371be29 /Cargo.toml
parent82c4b9c51b0257e2ad33903bc730cd4a6a69217b (diff)
downloadrust-dfa748e910b7b1cda37bfe709cd026da66a63e4c.tar.gz
rust-dfa748e910b7b1cda37bfe709cd026da66a63e4c.zip
Add `memchr` to `[workspace.dependencies]`.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f0c35bc4fc5..eef3ed43715 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,6 +62,7 @@ exclude = [
 [workspace.dependencies]
 # tidy-alphabetical-start
 bitflags = "2.9.3"
+memchr = "2.7.5"
 thin-vec = "0.2.14"
 # tidy-alphabetical-end