Skip to content

Commit

Permalink
bump 0.3.7 -> 0.4.0
Browse files Browse the repository at this point in the history
Support for easy testing.
  • Loading branch information
bsamseth committed Dec 2, 2023
1 parent d131d08 commit ccf332c
Showing 1 changed file with 2 additions and 2 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.7"
version = "0.4.0"
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.9.6"
minreq = { version = "2.10.0", features = ["https-rustls"] }
urlencoding = "2.1.3"
shellexpand = "3.1.0"
aocd-proc = { path = "./aocd-proc", version = "0.3.1" }
aocd-proc = { path = "./aocd-proc", version = "0.4.0" }

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

0 comments on commit ccf332c

Please sign in to comment.