Skip to content

Commit

Permalink
Upgrade the platforms crate to its latest version, 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Oct 28, 2024
1 parent 3da2f7e commit 6d16bef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ itertools = "0.13.0"
lazy-regex = "3.3.0"
log = "0.4.22"
mockito = "1.5.0"
platforms = "=3.2.0"
platforms = "3.4.1"
regex = "1.11.1"
reqwest = { version = "0.12.8", default-features = false, features = ["gzip", "json"] }
serde = { version = "1.0.213", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion ubi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ mod test {
expect_omegasort: None,
},
Test {
platforms: &["x86_64-pc-solaris", "x86_64-sun-solaris"],
platforms: &["x86_64-pc-solaris"],
expect_ubi: Some((6, "ubi-Solaris-x86_64.tar.gz")),
expect_omegasort: Some((6, "omegasort_0.0.7_Solaris_x86_64.tar.gz")),
},
Expand Down

0 comments on commit 6d16bef

Please sign in to comment.