Skip to content

Commit

Permalink
bump 0.3.1 -> 0.3.2
Browse files Browse the repository at this point in the history
Also bump aocd-proc 0.3.0 -> 0.3.1
  • Loading branch information
bsamseth committed Jan 19, 2023
1 parent 5fe33fe commit e3acc0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aocd"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = "Advent of Code Data - get puzzle input and submit answers from within your code"
documentation = "https://docs.rs/aocd"
Expand All @@ -13,7 +13,7 @@ regex = "1.7.0"
reqwest = { version = "0.11.13", features = ["blocking"] }
rusqlite = { version = "0.28.0", features = ["bundled"] }
shellexpand = "3.0.0"
aocd-proc = { path = "./aocd-proc", version = "0.3.0" }
aocd-proc = { path = "./aocd-proc", version = "0.3.1" }

[dev-dependencies]
mockall = "0.11.3"
Expand Down
2 changes: 1 addition & 1 deletion aocd-proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aocd-proc"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "Procedural macros for aocd"
documentation = "https://docs.rs/aocd"
Expand Down

0 comments on commit e3acc0f

Please sign in to comment.