Skip to content

Commit fc34b32

Browse files
committed
gix
1 parent 6e6215a commit fc34b32

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ clap = { version = "4.5", features = ["derive"] }
6161
derive_more = { version = "2.0", features = ["display"] }
6262
diesel = "2.2"
6363
fs-err = "3.1"
64+
gix = { version = "0.70", default-features = false }
6465
http = "1.2"
6566
jsonwebtoken = "9.3"
6667
literally = "0.1"

lib/bencher_context/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ schema = ["dep:schemars"]
1212

1313
[dependencies]
1414
# Workspace
15+
gix = { workspace = true, optional = true, features = ["revision"] }
1516
schemars = { workspace = true, optional = true }
1617
serde.workspace = true
1718
typeshare.workspace = true
1819
uuid = { workspace = true, optional = true, features = ["serde"] }
19-
# Crate
20-
gix = { version = "0.70", optional = true, default-features = false, features = [
21-
"revision",
22-
] }
2320

2421
[target.'cfg(target_os = "windows")'.dependencies]
2522
windows = { version = "0.60", optional = true, features = [

services/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ bencher_json = { workspace = true, features = ["client", "table"] }
2626
camino.workspace = true
2727
chrono = { workspace = true, features = ["clock"] }
2828
clap = { workspace = true, features = ["env"] }
29+
gix = { workspace = true, features = ["revision"] }
2930
literally.workspace = true
3031
octocrab.workspace = true
3132
progenitor-client.workspace = true
@@ -40,7 +41,6 @@ url.workspace = true
4041
# Crate
4142
bollard = "0.18"
4243
futures-util = "0.3"
43-
gix = { version = "0.70", default-features = false, features = ["revision"] }
4444

4545
[lints]
4646
workspace = true

0 commit comments

Comments
 (0)