Skip to content

Commit

Permalink
fix: Specify minimum backtrace version
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 26, 2024
1 parent 9f8203f commit fd5848d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ serde_derive = "1.0.152"
toml = { version = "0.8.8", default-features = false, features = ["display"] }
serde = "1.0.152"
os_info = "3.6.0"
backtrace = "0.3.67"
backtrace = "0.3.69"

[lints]
workspace = true

0 comments on commit fd5848d

Please sign in to comment.