Skip to content

Commit

Permalink
build: set aoc-client version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
scarvalhojr committed Jan 11, 2023
1 parent 4a8a5c0 commit 9855efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
[package]
name = "aoc-cli"
description = "Advent of Code command-line tool"
version = "0.11.0"
version = "0.11.1"
authors = ["Sergio de Carvalho <scarvalhojr@gmail.com>"]
categories = ["command-line-utilities"]
edition = "2021"
Expand All @@ -15,7 +15,7 @@ name = "aoc"
path = "src/main.rs"

[dependencies]
aoc-client = { path = "aoc-client" }
aoc-client = { version = "0.1", path = "aoc-client" }
clap = { version = "4", features = ["cargo", "color", "derive"]}
exit-code = "1.0"
env_logger = "0.10"
Expand Down

0 comments on commit 9855efb

Please # to comment.