generated from emilk/eframe_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(dependencies): 𧱠update crates
π¦ bump chrono from 0.4.38 to 0.4.39 β bump eframe from 0.29 to 0.30 β bump egui from 0.29 to 0.30 Updating bytemuck v1.19.0 -> v1.21.0 Updating bytemuck_derive v1.8.0 -> v1.8.1 Updating bytes v1.8.0 -> v1.9.0 Updating cc v1.2.1 -> v1.2.5 Updating cpufeatures v0.2.15 -> v0.2.16 Updating crossbeam-utils v0.8.20 -> v0.8.21 Updating env_filter v0.1.2 -> v0.1.3 Updating errno v0.3.9 -> v0.3.10 Updating event-listener-strategy v0.5.2 -> v0.5.3 Updating fastrand v2.2.0 -> v2.3.0 Updating fdeflate v0.3.6 -> v0.3.7 Updating hashbrown v0.15.1 -> v0.15.2 Updating home v0.5.9 -> v0.5.11 Updating indexmap v2.6.0 -> v2.7.0 Updating js-sys v0.3.72 -> v0.3.76 Updating libc v0.2.162 -> v0.2.169 Updating libloading v0.8.5 -> v0.8.6 Updating litemap v0.7.3 -> v0.7.4 Updating miniz_oxide v0.8.0 -> v0.8.2 Updating png v0.17.14 -> v0.17.16 Updating proc-macro2 v1.0.89 -> v1.0.92 Updating redox_syscall v0.5.7 -> v0.5.8 Updating rustix v0.38.40 -> v0.38.42 Updating serde v1.0.215 -> v1.0.216 Updating serde_derive v1.0.215 -> v1.0.216 Updating syn v2.0.87 -> v2.0.91 Updating tracing v0.1.40 -> v0.1.41 Updating tracing-attributes v0.1.27 -> v0.1.28 Updating tracing-core v0.1.32 -> v0.1.33 Updating ttf-parser v0.25.0 -> v0.25.1 Updating unicode-ident v1.0.13 -> v1.0.14 Updating url v2.5.3 -> v2.5.4 Updating wasm-bindgen v0.2.95 -> v0.2.99 Updating wasm-bindgen-backend v0.2.95 -> v0.2.99 Updating wasm-bindgen-futures v0.4.45 -> v0.4.49 Updating wasm-bindgen-macro v0.2.95 -> v0.2.99 Updating wasm-bindgen-macro-support v0.2.95 -> v0.2.99 Updating wasm-bindgen-shared v0.2.95 -> v0.2.99 Updating web-sys v0.3.72 -> v0.3.76 Updating webbrowser v1.0.2 -> v1.0.3 Updating winit v0.30.5 -> v0.30.7 Updating xml-rs v0.8.23 -> v0.8.24 Updating yoke v0.7.4 -> v0.7.5 Updating yoke-derive v0.7.4 -> v0.7.5 Updating zerofrom v0.1.4 -> v0.1.5 Updating zerofrom-derive v0.1.4 -> v0.1.5
- Loading branch information
Showing
7 changed files
with
622 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
repos: | ||
- hooks: | ||
- id: commitizen | ||
stages: | ||
- commit-msg | ||
repo: https://github.com/commitizen-tools/commitizen | ||
rev: v3.30.1 | ||
- hooks: | ||
- id: fmt | ||
- id: cargo-check | ||
- id: clippy | ||
repo: https://github.com/doublify/pre-commit-rust | ||
rev: v1.0 | ||
- hooks: | ||
- id: gitleaks | ||
repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.21.2 | ||
- hooks: | ||
- id: end-of-file-fixer | ||
- args: | ||
- --markdown-linebreak-ext=md | ||
id: trailing-whitespace | ||
repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v5.0.0 | ||
- hooks: | ||
- id: commitizen | ||
stages: | ||
- commit-msg | ||
repo: https://github.com/commitizen-tools/commitizen | ||
rev: v4.1.0 | ||
- hooks: | ||
- id: fmt | ||
- id: cargo-check | ||
- id: clippy | ||
repo: https://github.com/doublify/pre-commit-rust | ||
rev: v1.0 | ||
- hooks: | ||
- id: gitleaks | ||
repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.22.0 | ||
- hooks: | ||
- id: end-of-file-fixer | ||
- args: | ||
- --markdown-linebreak-ext=md | ||
id: trailing-whitespace | ||
repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v5.0.0 |
Oops, something went wrong.