Skip to content

Commit ccf332c

Browse files
committed
bump 0.3.7 -> 0.4.0
Support for easy testing.
1 parent d131d08 commit ccf332c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aocd"
3-
version = "0.3.7"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "Advent of Code Data - get puzzle input and submit answers from within your code"
66
documentation = "https://docs.rs/aocd"
@@ -13,7 +13,7 @@ regex = "1.9.6"
1313
minreq = { version = "2.10.0", features = ["https-rustls"] }
1414
urlencoding = "2.1.3"
1515
shellexpand = "3.1.0"
16-
aocd-proc = { path = "./aocd-proc", version = "0.3.1" }
16+
aocd-proc = { path = "./aocd-proc", version = "0.4.0" }
1717

1818
[dev-dependencies]
1919
mockall = "0.11.3"

0 commit comments

Comments
 (0)