File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " aocd"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
description = " Advent of Code Data - get puzzle input and submit answers from within your code"
6
6
documentation = " https://docs.rs/aocd"
@@ -13,7 +13,7 @@ regex = "1.7.0"
13
13
reqwest = { version = " 0.11.13" , features = [" blocking" ] }
14
14
rusqlite = { version = " 0.28.0" , features = [" bundled" ] }
15
15
shellexpand = " 3.0.0"
16
- aocd-proc = { path = " ./aocd-proc" , version = " 0.3.0 " }
16
+ aocd-proc = { path = " ./aocd-proc" , version = " 0.3.1 " }
17
17
18
18
[dev-dependencies ]
19
19
mockall = " 0.11.3"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " aocd-proc"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
edition = " 2021"
5
5
description = " Procedural macros for aocd"
6
6
documentation = " https://docs.rs/aocd"
You can’t perform that action at this time.
0 commit comments