Skip to content

Commit

Permalink
Updated some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arduano committed Oct 19, 2023
1 parent a932ff1 commit eff4f81
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 21 deletions.
57 changes: 38 additions & 19 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 @@ -28,15 +28,15 @@ rand = "0.8.5"
confy = "0.5.1"
serde_derive = "1.0.160"
serde = "1.0.160"
toml = "0.7.3"
toml = "0.8.0"
colors-transform = "0.2.11"
directories = "5.0.0"
rustc-hash = "1.1.0"
atomic_float = "0.1.0"
egui_file = { git = "https://github.com/StratusFearMe21/egui_file.git", rev = "afc1f38" }
ico = { git = "https://github.com/StratusFearMe21/rust-ico", branch = "patch-1" }
clap = "4.2.4"
num_enum = "0.6.1"
num_enum = "0.7.0"

[profile.dev]
opt-level = 2
Expand Down

0 comments on commit eff4f81

Please sign in to comment.