Skip to content

Commit d05aaef

Browse files
committed
chore: remove iota-build-cache-server
1 parent 153369e commit d05aaef

18 files changed

Lines changed: 2 additions & 3624 deletions

File tree

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/crates/iota-archival/ @iotaledger/node
1313
/crates/iota-authority-aggregation/ @iotaledger/node @iotaledger/consensus
1414
/crates/iota-benchmark/ @iotaledger/node
15-
/crates/iota-build-cache-server/ @iotaledger/node
1615
/crates/iota-cluster-test/ @iotaledger/infrastructure
1716
/crates/iota-common/ @iotaledger/core-protocol
1817
/crates/iota-config/ @iotaledger/node

.github/crates-filters.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ iota-authority-aggregation:
1212
- "crates/iota-authority-aggregation/**"
1313
iota-benchmark:
1414
- "crates/iota-benchmark/**"
15-
iota-build-cache-server:
16-
- "crates/iota-build-cache-server/**"
1715
iota-cluster-test:
1816
- "crates/iota-cluster-test/**"
1917
iota-common:

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ members = [
6969
"crates/iota-archival",
7070
"crates/iota-authority-aggregation",
7171
"crates/iota-benchmark",
72-
"crates/iota-build-cache-server",
7372
"crates/iota-cluster-test",
7473
"crates/iota-common",
7574
"crates/iota-config",
@@ -264,15 +263,13 @@ comfy-table = "6.1.3"
264263
const-str = "0.5.3"
265264
coset = "0.3"
266265
criterion = { version = "0.5.0", features = ["async", "async_tokio", "html_reports"] }
267-
crossterm = "0.25.0"
268266
csv = "1.2.1"
269267
dashmap = "5.5.3"
270268
datatest-stable = { git = "https://github.com/nextest-rs/datatest-stable.git", rev = "72db7f6d1bbe36a5407e96b9488a581f763e106f" }
271269
derive_more = { version = "1.0", default-features = false }
272270
diesel = "2.3.5"
273271
dirs = "5.0"
274272
downcast = "0.11.0"
275-
duration-str = "0.5.0"
276273
ed25519-consensus = { version = "2.0.1", features = ["serde"] }
277274
either = "1.8.0"
278275
enum_dispatch = "^0.3"
@@ -390,7 +387,6 @@ iota-analytics-indexer-derive = { path = "crates/iota-analytics-indexer-derive"
390387
iota-archival = { path = "crates/iota-archival" }
391388
iota-authority-aggregation = { path = "crates/iota-authority-aggregation" }
392389
iota-benchmark = { path = "crates/iota-benchmark" }
393-
iota-build-cache-server = { path = "crates/iota-build-cache-server" }
394390
iota-cluster-test = { path = "crates/iota-cluster-test" }
395391
iota-common = { path = "crates/iota-common", default-features = false }
396392
iota-config = { path = "crates/iota-config" }

crates/iota-benchmark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-trait.workspace = true
1919
bcs.workspace = true
2020
clap.workspace = true
2121
comfy-table.workspace = true
22-
duration-str.workspace = true
22+
duration-str = "0.5.0"
2323
fastcrypto.workspace = true
2424
futures.workspace = true
2525
hdrhistogram.workspace = true

0 commit comments

Comments
 (0)