From 394ea33ffd306a7303bf17410bc139f932258236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tudor=20Lechin=C8=9Ban?= Date: Sun, 23 Jun 2024 22:18:56 +0300 Subject: [PATCH] chore: update rustc-hash to 2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b90323c..bc7d32c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [dependencies] atomic_refcell = "0.1.13" -rustc-hash = "1.1" +rustc-hash = "2.0" [lints.rust] missing-docs = "forbid"