Skip to content

Commit 7e8b6cf

Browse files
committed
conformance: remove async main
Signed-off-by: Jack Leightcap <[email protected]>
1 parent d6a7b54 commit 7e8b6cf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/conformance/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ license = "Apache-2.0"
99
[dependencies]
1010
clap = { version = "4.0.8", features = ["derive"] }
1111
sigstore = { path = "../../" }
12-
tokio = { version = "1.17.0", features = ["rt"] }
1312

1413
[[bin]]
1514
name = "sigstore"

tests/conformance/conformance.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ struct VerifyBundle {
104104
artifact: String,
105105
}
106106

107-
#[tokio::main]
108-
pub async fn main() {
107+
fn main() {
109108
let cli = Cli::parse();
110109
}

0 commit comments

Comments
 (0)