Skip to content

Commit

Permalink
Merge pull request #1670 from siepkes/unknown-platform-crash
Browse files Browse the repository at this point in the history
Fix crashing on unknown platforms
  • Loading branch information
messense authored Jul 15, 2023
2 parents 7e808a6 + 2309112 commit 1e75177
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 @@ -44,7 +44,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 1e75177

Please sign in to comment.