Skip to content

Commit 148f9f9

Browse files
committed
chore: bump version number
1 parent 4a2479b commit 148f9f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aoc-star/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aoc-star"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
description = "Library and CLI tool to manage your Advent of Code solutions"
66
authors = ["Yago Iglesias Vazquez <yago@yagoiglesias.fr>"]
@@ -12,7 +12,7 @@ documentation = "https://docs.rs/aoc-star"
1212
keywords = ["AdventOfCode", "AoC", "macro", "cli", "library"]
1313

1414
[dependencies]
15-
aoc-star-derive = "0.1"
15+
aoc-star-derive = "0.1.1"
1616
inventory = "0.3"
1717
clap = { version = "4", features = ["derive"] }
1818
aoc-client = { version = "0.2.0", optional = true }

0 commit comments

Comments
 (0)