Skip to content

Commit

Permalink
Merge pull request #213 from zirco-lang/renovate/anyhow-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate anyhow to 1.0.82
  • Loading branch information
thetayloredman authored Apr 15, 2024
2 parents 3e00bf8 + e97cd94 commit 1cb36fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 compiler/zrc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
zrc_parser = { version = "0.1.0", path = "../zrc_parser" }
zrc_typeck = { version = "0.1.0", path = "../zrc_typeck" }
zrc_codegen = { version = "0.1.0", path = "../zrc_codegen" }
anyhow = "1.0.81"
anyhow = "1.0.82"
zrc_diagnostics = { version = "0.1.0", path = "../zrc_diagnostics" }
clap = { version = "4.5.4", features = ["derive"] }
shadow-rs = "0.27.1"
Expand Down

0 comments on commit 1cb36fd

Please sign in to comment.