From 32a929991317bf9712621fee5905a842e5132423 Mon Sep 17 00:00:00 2001 From: shuo Date: Thu, 8 Aug 2024 22:27:42 +0800 Subject: [PATCH] Upgrade deps, add ide's folder to ignore --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a156569..149bcb1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Cargo.lock *.svg .vscode/ +.idea/ diff --git a/Cargo.toml b/Cargo.toml index 81f8d08..15b40e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["btree", "datastructure", "tree", "augemented"] bench = false [dev-dependencies] -criterion = { version = "0.4", features = ["html_reports"] } +criterion = { version = "0.5.1", features = ["html_reports"] } rand = "0.8" [[bench]]