Skip to content

Commit 525dd34

Browse files
authored
Merge pull request #1259 from pkgxdev/fix-tar
2.10.2/0.8.1 pin back astral-tokio-rs
2 parents fcb5ffd + cfa1105 commit 525dd34

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pkgx"
33
description = "Run anything"
44
authors = ["Max Howell <mxcl@me.com>", "Jacob Heider <jacob@pkgx.dev>"]
55
license = "Apache-2.0"
6-
version = "2.10.1"
6+
version = "2.10.2"
77
edition = "2021"
88
repository = "https://github.com/pkgxdev/pkgx"
99

@@ -15,7 +15,7 @@ nix = { workspace = true }
1515
serde = { workspace = true }
1616
indicatif = "0.18.3"
1717
serde_json = "1.0.135"
18-
libpkgx = { version = "0.8.0", path = "../lib" }
18+
libpkgx = { version = "0.8.1", path = "../lib" }
1919
console = { version = "0.16", default-features = false, features = [
2020
"ansi-parsing",
2121
] }

crates/lib/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libpkgx"
33
description = "Install and run `pkgx` packages"
44
authors = ["Max Howell <mxcl@me.com>", "Jacob Heider <jacob@pkgx.dev>"]
55
license = "Apache-2.0"
6-
version = "0.8.0"
6+
version = "0.8.1"
77
edition = "2021"
88
repository = "https://github.com/pkgxdev/pkgx"
99

@@ -25,7 +25,8 @@ strum = "0.28"
2525
strum_macros = "0.28"
2626
reqwest = { version = "0.13", features = ["stream", "blocking"] }
2727
async-compression = { version = "0.4", features = ["tokio", "gzip", "xz"] }
28-
astral-tokio-tar = "0.6.0"
28+
# pinned: 0.6.0 rejects PAX extensions in some macOS-built package tarballs
29+
astral-tokio-tar = "=0.5.6"
2930
tokio-util = { version = "0.7.13", features = ["compat"] }
3031
futures = "0.3.31"
3132
lazy_static = "1.5.0"

0 commit comments

Comments
 (0)