Skip to content

Commit 9a71159

Browse files
Merge pull request #221 from gazure/ga/fix-archive-deps
fix: target-triple should not be marked as optional
2 parents ae7c0d8 + d3a268c commit 9a71159

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

postgresql_archive/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde_json = { workspace = true, optional = true }
3030
sha1 = { workspace = true, optional = true }
3131
sha2 = { workspace = true, optional = true }
3232
tar = { workspace = true, optional = true }
33-
target-triple = { workspace = true, optional = true }
33+
target-triple = { workspace = true }
3434
tempfile = { workspace = true }
3535
thiserror = { workspace = true }
3636
tokio = { workspace = true, features = ["full"], optional = true }
@@ -54,7 +54,6 @@ default = [
5454
blocking = ["dep:tokio"]
5555
github = [
5656
"dep:serde_json",
57-
"dep:target-triple",
5857
]
5958
indicatif = [
6059
"dep:tracing-indicatif"
@@ -79,7 +78,6 @@ tar-xz = [
7978
"dep:tar",
8079
]
8180
theseus = [
82-
"dep:target-triple",
8381
"github",
8482
"sha2",
8583
"tar-gz",

0 commit comments

Comments
 (0)