chore(release): bump version
This commit is contained in:
parent
ff6b542114
commit
b696aa45da
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "advent_of_code"
|
name = "advent_of_code"
|
||||||
version = "0.9.4"
|
version = "0.9.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dhat",
|
"dhat",
|
||||||
"pico-args",
|
"pico-args",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "advent_of_code"
|
name = "advent_of_code"
|
||||||
version = "0.9.4"
|
version = "0.9.5"
|
||||||
authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"]
|
authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
default-run = "advent_of_code"
|
default-run = "advent_of_code"
|
||||||
|
|
Loading…
Add table
Reference in a new issue