Skip to content

Commit

Permalink
fix(deps): update rust crate eframe to 0.29.0 (#251)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 0bf8706 commit c045c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ all-features = true
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]

[dependencies]
eframe = { version = "0.28.1", default-features = false, features = [
eframe = { version = "0.29.0", default-features = false, features = [
"accesskit",
"default_fonts",
"glow",
Expand Down

0 comments on commit c045c4b

Please sign in to comment.