File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ serde_json = { workspace = true, optional = true }
3030sha1 = { workspace = true , optional = true }
3131sha2 = { workspace = true , optional = true }
3232tar = { workspace = true , optional = true }
33- target-triple = { workspace = true , optional = true }
33+ target-triple = { workspace = true }
3434tempfile = { workspace = true }
3535thiserror = { workspace = true }
3636tokio = { workspace = true , features = [" full" ], optional = true }
@@ -54,7 +54,6 @@ default = [
5454blocking = [" dep:tokio" ]
5555github = [
5656 " dep:serde_json" ,
57- " dep:target-triple" ,
5857]
5958indicatif = [
6059 " dep:tracing-indicatif"
@@ -79,7 +78,6 @@ tar-xz = [
7978 " dep:tar" ,
8079]
8180theseus = [
82- " dep:target-triple" ,
8381 " github" ,
8482 " sha2" ,
8583 " tar-gz" ,
You can’t perform that action at this time.
0 commit comments