Skip to content

Commit

Permalink
Update Rust crate shadow-rs to 0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 17c23fa commit 7dc0130
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ wasmer-wasix = { version = "0.35", default-features = false, optional = true } #
# === CONFIGURATION & CLI ===
clap = { version = "=3", features = ["derive"], optional = true } # CLI parser. Heavy dependency on this version because of klask.
klask = { git = "https://github.com/Yeicor/klask", default-features = false, optional = true } # CLI to GUI converter
shadow-rs = { version = "0.37", default-features = false, optional = true } # Web does not support the git2 optional dependency, which is unnecessary
shadow-rs = { version = "0.38", default-features = false, optional = true } # Web does not support the git2 optional dependency, which is unnecessary

# === MESHERS ===
ply-rs = { version = "0.1", optional = true } # Mesh output format
Expand Down Expand Up @@ -116,7 +116,7 @@ console_error_panic_hook = { version = "0.1", optional = true } # For logging

# === BUILD ===
[build-dependencies]
shadow-rs = "0.37" # For build metadata
shadow-rs = "0.38" # For build metadata

# ========== RELEASE CONFIGURATION ==========
[profile.release]
Expand Down

0 comments on commit 7dc0130

Please sign in to comment.