Skip to content

Commit b696aa4

Browse files
committed
chore(release): bump version
1 parent ff6b542 commit b696aa4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "advent_of_code"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
authors = ["Felix Spöttel <[email protected]>"]
55
edition = "2021"
66
default-run = "advent_of_code"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ cargo solve 1 --dhat
212212
# Part 1: 9001 (4.1ms)
213213
```
214214

215-
The command will output some basic stats to the command-line and generate a `dhat-heap.json `report in the repo root directory.
215+
The command will output some basic stats to the command-line and generate a `dhat-heap.json` report in the repo root directory.
216216

217217
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.
218218

0 commit comments

Comments
 (0)