1
Fork 0

Update odht crate to 0.3.1 (big-endian bugfix)

This commit is contained in:
Michael Woerister 2021-10-29 18:05:15 +02:00
parent 9ed5b94b28
commit 6771ac3f19
3 changed files with 4 additions and 4 deletions

View file

@ -17,4 +17,4 @@ rustc_serialize = { path = "../rustc_serialize" }
rustc_ast = { path = "../rustc_ast" }
tracing = "0.1"
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
odht = { version = "0.3.0", features = ["nightly"] }
odht = { version = "0.3.1", features = ["nightly"] }