Skip to content

Commit 62556fd

Browse files
author
supernovahs
committed
revert back commit
1 parent 3ed546a commit 62556fd

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ members = [
3030
resolver = "2"
3131

3232
[workspace.package]
33-
version = "0.1.1"
33+
version = "0.1.0"
3434
edition = "2021"
3535
authors = ["Eigen Layer contributors"]
3636
rust-version = "1.79"

crates/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ eigen-testing-utils.workspace = true
2222
eigen-client-avsregistry.workspace = true
2323
num-bigint.workspace = true
2424
reqwest = "0.12.4"
25-
tokio.workspace = true
25+
tokio.workspace = true

crates/metrics/collectors/economic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ num-bigint.workspace = true
1919

2020
[dev-dependencies]
2121
tokio.workspace = true
22-
eigen-testing-utils.workspace = true
22+
eigen-testing-utils.workspace = true

crates/services/operatorsinfo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ eigen-client-elcontracts.workspace = true
3131
ark-bn254.workspace = true
3232
ark-std = {version = "0.4.0", default-features = false}
3333
ark-ff.workspace = true
34-
serial_test.workspace = true
34+
serial_test.workspace = true

0 commit comments

Comments
 (0)