diff --git a/Cargo.lock b/Cargo.lock index 982cd09..b444b05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "advent_of_code" -version = "0.9.4" +version = "0.9.5" dependencies = [ "dhat", "pico-args", diff --git a/Cargo.toml b/Cargo.toml index 0620aa5..0d8b189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "advent_of_code" -version = "0.9.4" +version = "0.9.5" authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"] edition = "2021" default-run = "advent_of_code" diff --git a/README.md b/README.md index 390b7c7..043e1be 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ cargo solve 1 --dhat # Part 1: 9001 (4.1ms) ``` -The command will output some basic stats to the command-line and generate a `dhat-heap.json `report in the repo root directory. +The command will output some basic stats to the command-line and generate a `dhat-heap.json` report in the repo root directory. You can pass the report a tool like [dh-view](https://nnethercote.github.io/dh_view/dh_view.html) to view a detailed breakdown of heap allocations.