Skip to content

Commit

Permalink
feat(cli): version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Dec 6, 2024
1 parent d1e908c commit 5770183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bolt-cli/Cargo.lock

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

8 changes: 4 additions & 4 deletions bolt-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bolt"
version = "0.3.0-alpha"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand All @@ -26,9 +26,9 @@ bls12_381 = "0.8.0"
ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "cf3c404" }
lighthouse_eth2_keystore = { package = "eth2_keystore", git = "https://github.com/sigp/lighthouse", rev = "a87f19d" }
alloy = { version = "0.7.0", features = [
"full",
"provider-anvil-api",
"provider-anvil-node",
"full",
"provider-anvil-api",
"provider-anvil-node",
] }

# utils
Expand Down

0 comments on commit 5770183

Please sign in to comment.