Skip to content

Commit

Permalink
Upgrade deps, add ide's folder to ignore (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoli84 authored Aug 8, 2024
1 parent 72631e6 commit 26dd47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/Cargo.lock
*.svg
.vscode/
.idea/
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 26dd47f

Please sign in to comment.