Skip to content

Commit dc4b915

Browse files
committed
chore: update cargo
1 parent b8ae2c6 commit dc4b915

File tree

5 files changed

+5
-29
lines changed

5 files changed

+5
-29
lines changed

Cargo.lock

Lines changed: 1 addition & 24 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ homepage = "https://github.com/base/tips"
77
repository = "https://github.com/base/tips"
88

99
[workspace]
10-
members = ["crates/audit", "crates/ingress-rpc", "crates/core", "crates/account-abstraction-core", "crates/account-abstraction-core-v2"]
10+
members = ["crates/audit", "crates/ingress-rpc", "crates/core", "crates/account-abstraction-core"]
1111
resolver = "2"
1212

1313
[workspace.dependencies]
1414
tips-audit = { path = "crates/audit" }
1515
tips-core = { path = "crates/core" }
1616
account-abstraction-core = { path = "crates/account-abstraction-core" }
17-
account-abstraction-core-v2 = { path = "crates/account-abstraction-core-v2" }
1817

1918
# Reth
2019
reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" }

crates/account-abstraction-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "account-abstraction-core-v2"
2+
name = "account-abstraction-core"
33
version.workspace = true
44
rust-version.workspace = true
55
license.workspace = true

crates/account-abstraction-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# account-abstraction-core-v2
1+
# account-abstraction-core
22

33
Clean architecture implementation for ERC-4337 account abstraction mempool and validation.
44

crates/ingress-rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/bin/main.rs"
1414
[dependencies]
1515
tips-core.workspace = true
1616
tips-audit.workspace = true
17-
account-abstraction-core-v2.workspace = true
17+
account-abstraction-core.workspace = true
1818
jsonrpsee.workspace = true
1919
alloy-primitives.workspace = true
2020
op-alloy-network.workspace = true

0 commit comments

Comments
 (0)