diff --git a/Cargo.toml b/Cargo.toml index 875e794..fa3d791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ include = ["src/*.rs", "Cargo.toml", "LICENSE"] log = "0.4" egui = "0.28" regex = "1.10" -hashbrown = "0.14.5" +hashbrown = "0.14" [dev-dependencies] eframe = "0.28"