Skip to content

Commit

Permalink
Merge branch 'main' into renovate/log-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc committed May 30, 2023
2 parents b86061c + 91de527 commit 5b2fd4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ eframe = { version = "0.22.0", default-features = true, features = [
tracing-subscriber = "0.3"
serde = { version = "1", features = ["derive"] }
rand = "0.8.5"
random_word = "0.3.0"
random_word = "0.3.1"
catppuccin-egui = "3.0.0"
egui_extras ="0.22.0"
egui-notify = { git = "https://github.com/ItsEthra/egui-notify.git" }
Expand All @@ -29,4 +29,4 @@ wasm-bindgen = "0.2.86"
console_error_panic_hook = "0.1.7"
tracing-wasm = "0.2"
wasm-bindgen-futures = "0.4"
wgpu = { version = "0.16.0", features = ["webgl"] }
wgpu = { version = "0.16.1", features = ["webgl"] }

0 comments on commit 5b2fd4f

Please sign in to comment.