Skip to content

Commit

Permalink
Merge pull request #46 from evenfurther/renovate/eyre-0.x
Browse files Browse the repository at this point in the history
Update Rust crate eyre to 0.6.9
  • Loading branch information
renovate[bot] authored Nov 17, 2023
2 parents 9c78239 + 33b4beb commit 93ef428
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion aoc-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0/MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
eyre = "0.6.8"
eyre = "0.6.9"
prettyplease = "0.2.15"
regex = "1.10.2"
syn = "2.0.39"
2 changes: 1 addition & 1 deletion aoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aoc-derive = { path = "../aoc-derive" }
chrono = "0.4.31"
clap = { version = "4.4.8", features = ["derive"] }
color-eyre = "0.6.2"
eyre = "0.6.8"
eyre = "0.6.9"
itertools = "0.12.0"
lazy_static = "1.4.0"
mktemp = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion dummy-year/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0/MIT"
[dependencies]
aoc = { path = "../aoc" }
bytecount = "0.6.7"
eyre = "0.6.8"
eyre = "0.6.9"

[build-dependencies]
aoc-build = { path = "../aoc-build" }
Expand Down

0 comments on commit 93ef428

Please sign in to comment.