Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 77fca6a

Browse files
committed
chore(bolt-boost): pin git dep with tag
1 parent 758f64d commit 77fca6a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bolt-boost/Cargo.lock

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

bolt-boost/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ alloy = { version = "0.8.3", features = ["signer-local", "provider-trace-api", "
4242
alloy-rlp = "0.3.11"
4343

4444
# commit-boost
45-
cb-common = { git = "https://github.com/commit-boost/commit-boost-client", rev = "v0.5.0" }
46-
cb-pbs = { git = "https://github.com/commit-boost/commit-boost-client", rev = "v0.5.0" }
45+
cb-common = { git = "https://github.com/commit-boost/commit-boost-client", tag = "v0.5.0" }
46+
cb-pbs = { git = "https://github.com/commit-boost/commit-boost-client", tag = "v0.5.0" }
4747

4848
# other
4949
rand = "0.8.5"

0 commit comments

Comments
 (0)