Skip to content

Commit

Permalink
bump 0.3.0 -> 0.3.1
Browse files Browse the repository at this point in the history
Make use of aocd-proc 0.3.0.
  • Loading branch information
bsamseth committed Dec 22, 2022
1 parent c794cb6 commit db4ccc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0"
version = "0.3.1"
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.2.1" }
aocd-proc = { path = "./aocd-proc", version = "0.3.0" }

[dev-dependencies]
mockall = "0.11.3"
Expand Down

0 comments on commit db4ccc4

Please sign in to comment.