Skip to content

Commit

Permalink
Merge pull request #366 from KisaragiEffective/renovate/num-traits-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate num-traits to 0.2.18
  • Loading branch information
KisaragiEffective authored Feb 8, 2024
2 parents a5c31b8 + 75e21f5 commit 49fcaa8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 package/origlang-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ origlang-source-span = { path = "../origlang-source-span" }
origlang-diagnostics = { path = "../origlang-diagnostics" }
origlang-ir = { path = "../origlang-ir" }
origlang-ir-optimizer = { path = "../origlang-ir-optimizer" }
num-traits = "0.2.17"
num-traits = "0.2.18"

[dev-dependencies]
rand = { version = "0.8.5", features = ["min_const_gen"] }
2 changes: 1 addition & 1 deletion package/origlang-ir-optimizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ origlang-ir = { path = "../origlang-ir" }
origlang-typesystem-model = { path = "../origlang-typesystem-model" }
origlang-ast = { path = "../origlang-ast" }
tap = "1.0.1"
num-traits = "0.2.17"
num-traits = "0.2.18"

0 comments on commit 49fcaa8

Please sign in to comment.