Skip to content

Commit e3acc0f

Browse files
committed
bump 0.3.1 -> 0.3.2
Also bump aocd-proc 0.3.0 -> 0.3.1
1 parent 5fe33fe commit e3acc0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aocd"
3-
version = "0.3.1"
3+
version = "0.3.2"
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.7.0"
1313
reqwest = { version = "0.11.13", features = ["blocking"] }
1414
rusqlite = { version = "0.28.0", features = ["bundled"] }
1515
shellexpand = "3.0.0"
16-
aocd-proc = { path = "./aocd-proc", version = "0.3.0" }
16+
aocd-proc = { path = "./aocd-proc", version = "0.3.1" }
1717

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

aocd-proc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aocd-proc"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = "Procedural macros for aocd"
66
documentation = "https://docs.rs/aocd"

0 commit comments

Comments
 (0)