We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d131d08 commit ccf332cCopy full SHA for ccf332c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "aocd"
3
-version = "0.3.7"
+version = "0.4.0"
4
edition = "2021"
5
description = "Advent of Code Data - get puzzle input and submit answers from within your code"
6
documentation = "https://docs.rs/aocd"
@@ -13,7 +13,7 @@ regex = "1.9.6"
13
minreq = { version = "2.10.0", features = ["https-rustls"] }
14
urlencoding = "2.1.3"
15
shellexpand = "3.1.0"
16
-aocd-proc = { path = "./aocd-proc", version = "0.3.1" }
+aocd-proc = { path = "./aocd-proc", version = "0.4.0" }
17
18
[dev-dependencies]
19
mockall = "0.11.3"
0 commit comments