8000 chore: sets signet-sdk dependency back to latest by dylanlott · Pull Request #101 · init4tech/builder · GitHub
[go: up one dir, main page]

Skip to content

chore: sets signet-sdk dependency back to latest #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
dylanlott committed Jun 6, 2025
commit 7c37a08e1fc38d1050b27e858ca1863e5a783262
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ integration = []
[dependencies]
init4-bin-base = { version = "0.4.2", features = ["perms"] }

signet-constants = { git = "https://github.com/init4tech/signet-sdk", branch = "dylan/logging" }
signet-sim = { git = "https://github.com/init4tech/signet-sdk", branch = "dylan/logging" }
signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk", branch = "dylan/logging" }
signet-types = { git = "https://github.com/init4tech/signet-sdk", branch = "dylan/logging" }
signet-zenith = { git = "https://github.com/init4tech/signet-sdk", branch = "dylan/logging" }
signet-constants = { git = "https://github.com/init4tech/signet-sdk" }
signet-sim = { git = "https://github.com/init4tech/signet-sdk" }
signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk" }
signet-types = { git = "https://github.com/init4tech/signet-sdk" }
signet-zenith = { git = "https://github.com/init4tech/signet-sdk" }

trevm = { version = "0.23.4", features = ["concurrent-db", "test-utils"] }

Expand Down
0