Skip to content

Commit

Permalink
chore: release 0.1.0 (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: supernovahs <supernovahs@proton.me>
  • Loading branch information
supernovahs and supernovahs authored Sep 30, 2024
1 parent 3c32768 commit f69a9a9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.0.1-alpha"
version = "0.1.0"
edition = "2021"
authors = ["Eigen Layer contributors"]
rust-version = "1.79"
Expand Down Expand Up @@ -67,7 +67,7 @@ eigen-contract-bindings = { path = "crates/contracts/bindings/" }
eigen-crypto-bls = { path = "crates/crypto/bls/" }
eigen-crypto-bn254 = { path = "crates/crypto/bn254/" }
eigen-logging = { path = "crates/logging/" }
eigen-metrics = { version = "0.0.1-alpha", path = "crates/metrics/" }
eigen-metrics = { path = "crates/metrics/" }
eigen-metrics-collectors-economic = { path = "crates/metrics/collectors/economic" }
eigen-metrics-collectors-rpc-calls = { path = "crates/metrics/collectors/rpc_calls" }
eigen-services-avsregistry = { path = "crates/services/avsregistry" }
Expand Down

0 comments on commit f69a9a9

Please sign in to comment.