Merge pull request 'Update Rust crate backtrace to 0.3.69' (#57) from renovate/backtrace-0.x into master
Reviewed-on: #57
This commit is contained in:
commit
650ed2763a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
cgmath = { version = "0.18.0", features = ["swizzle", "serde"] }
|
||||
rand = "0.8.5"
|
||||
backtrace = "0.3.68"
|
||||
backtrace = "0.3.69"
|
||||
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
|
||||
anyhow = { version = "1.0.75", features = ["backtrace"] }
|
||||
reprc_proc_macro = { path = "src/reprc_proc_macro" }
|
||||
|
|
Loading…
Reference in a new issue