diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2021-09-10 14:12:30 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2021-09-17 15:57:57 +0200 |
| commit | 4d151d92deaf86280b4c96cdc7c6f1a58927bd00 (patch) | |
| tree | 89f2c0c2219027891f0b5615e89e7e687839bbb7 /compiler/rustc_metadata | |
| parent | 66cf8ea1afb099c4a18bf9a1526f499aeb4479b6 (diff) | |
| download | rust-4d151d92deaf86280b4c96cdc7c6f1a58927bd00.tar.gz rust-4d151d92deaf86280b4c96cdc7c6f1a58927bd00.zip | |
Update odht to 0.2.1
Diffstat (limited to 'compiler/rustc_metadata')
| -rw-r--r-- | compiler/rustc_metadata/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/Cargo.toml b/compiler/rustc_metadata/Cargo.toml index b45320c7e8a..42596f3318d 100644 --- a/compiler/rustc_metadata/Cargo.toml +++ b/compiler/rustc_metadata/Cargo.toml @@ -8,7 +8,7 @@ doctest = false [dependencies] libc = "0.2" -odht = { version = "0.1", features = ["nightly"] } +odht = { version = "0.2.1", features = ["nightly"] } snap = "1" tracing = "0.1" smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } |
