Skip to content

Commit

Permalink
fix(deps): update rust crate shadow-rs to 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent faaa420 commit 432fa3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 compiler/zrc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ zrc_codegen = { version = "0.1.0", path = "../zrc_codegen" }
anyhow = "1.0.82"
zrc_diagnostics = { version = "0.1.0", path = "../zrc_diagnostics" }
clap = { version = "4.5.4", features = ["derive"] }
shadow-rs = "0.36.0"
shadow-rs = "0.37.0"

[build-dependencies]
shadow-rs = "0.36.0"
shadow-rs = "0.37.0"

0 comments on commit 432fa3c

Please sign in to comment.