Update Rust crate rand to 0.9.0
Some checks failed
Gavania Merge Build / build (pull_request) Has been cancelled
Some checks failed
Gavania Merge Build / build (pull_request) Has been cancelled
This commit is contained in:
parent
aed5d1c635
commit
b9fd78faac
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
cgmath = { version = "0.18.0", features = ["swizzle", "serde"] }
|
||||
rand = "0.8.5"
|
||||
rand = "0.9.0"
|
||||
backtrace = "0.3.73"
|
||||
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
|
||||
anyhow = { version = "1.0.86", features = ["backtrace"] }
|
||||
|
|
Loading…
Reference in a new issue