Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump shadow-rs from 0.35.2 to 0.36.0 #422

Merged
merged 1 commit into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

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 = { version = "4.4.0", default-features = false, optional = true } # Very
# === 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.35", default-features = false, optional = true } # Web does not support the git2 optional dependency, which is unnecessary
shadow-rs = { version = "0.36", 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 @@ -120,7 +120,7 @@ approx = "0.5"

# === BUILD ===
[build-dependencies]
shadow-rs = "0.35" # For build metadata
shadow-rs = "0.36" # For build metadata

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