Skip to content

Commit

Permalink
Fix crashing on unknown platforms
Browse files Browse the repository at this point in the history
platform-info 2.0.1 has an issue which causes it to fail hard (i.e. panic) on unknown platforms.
  • Loading branch information
siepkes committed Jul 15, 2023
1 parent 9a9bda1 commit 2309112
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 @@ -29,7 +29,7 @@ cargo-options = "0.6.0"
cbindgen = { version = "0.24.2", default-features = false }
flate2 = "1.0.18"
goblin = "0.7.1"
platform-info = "2.0.1"
platform-info = "2.0.2"
regex = "1.7.0"
serde = { version = "1.0.141", features = ["derive"] }
serde_json = "1.0.80"
Expand Down

0 comments on commit 2309112

Please sign in to comment.