Add odht to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote 2025-08-28 07:33:35 +10:00
parent 42359b7026
commit 20d03752c5
3 changed files with 3 additions and 2 deletions

View file

@ -71,6 +71,7 @@ itertools = "0.12.1"
libc = "=0.2.174"
measureme = "12.0.3"
memchr = "2.7.5"
odht = { version = "0.3.1", features = ["nightly"] }
proc-macro2 = "1.0.101"
quote = "1.0.40"
rustc-hash = "2.1.1"