Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/konaPublic

Commit046184a

Browse files
authored
fix: Remove Maili Shadows from Workspace (#1072)
1 parent3baf40d commit046184a

File tree

8 files changed

+91
-111
lines changed

8 files changed

+91
-111
lines changed

‎Cargo.lock

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

‎Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ members = [
1717
"crates/external/*",
1818
"crates/providers/*",
1919
"crates/utilities/*",
20-
21-
# Shadow Crates
22-
"crates/external/rpc/maili",
23-
"crates/utilities/serde/maili",
24-
"crates/protocol/genesis/maili",
25-
"crates/protocol/interop/maili",
26-
"crates/protocol/protocol/maili",
27-
"crates/protocol/registry/maili",
2820
]
2921
default-members = ["bin/host","bin/client"]
3022

‎crates/external/rpc/maili/Cargo.toml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
name ="maili-rpc"
33
version ="0.2.8"
44
description ="RPC for Optimism"
5-
6-
edition.workspace =true
7-
rust-version.workspace =true
8-
authors.workspace =true
9-
license.workspace =true
10-
homepage.workspace =true
11-
repository.workspace =true
12-
exclude.workspace =true
13-
14-
[lints]
15-
workspace =true
5+
edition ="2021"
6+
license ="MIT"
7+
rust-version ="1.81"
8+
authors = ["clabby","refcell"]
9+
homepage ="https://github.com/op-rs/kona"
10+
repository ="https://github.com/op-rs/kona"
11+
keywords = ["ethereum","optimism","crypto"]
12+
categories = ["cryptography","cryptography::cryptocurrencies"]
13+
exclude = ["**/target"]
1614

1715
[dependencies]
18-
kona-rpc.workspace =true
16+
kona-rpc ="0.1.0"
1917

2018
[features]
2119
default = []

‎crates/protocol/genesis/maili/Cargo.toml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
name ="maili-genesis"
33
version ="0.2.8"
44
description ="Genesis types for optimism"
5-
6-
edition.workspace =true
7-
rust-version.workspace =true
8-
authors.workspace =true
9-
license.workspace =true
10-
homepage.workspace =true
11-
repository.workspace =true
12-
exclude.workspace =true
13-
14-
[lints]
15-
workspace =true
5+
edition ="2021"
6+
license ="MIT"
7+
rust-version ="1.81"
8+
authors = ["clabby","refcell"]
9+
homepage ="https://github.com/op-rs/kona"
10+
repository ="https://github.com/op-rs/kona"
11+
keywords = ["ethereum","optimism","crypto"]
12+
categories = ["cryptography","cryptography::cryptocurrencies"]
13+
exclude = ["**/target"]
1614

1715
[dependencies]
18-
kona-genesis.workspace =true
16+
kona-genesis ="0.1.0"
1917

2018
[features]
2119
default = []

‎crates/protocol/interop/maili/Cargo.toml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
name ="maili-interop"
33
version ="0.2.8"
44
description ="Interop types for the OP Stack"
5-
6-
edition.workspace =true
7-
rust-version.workspace =true
8-
authors.workspace =true
9-
license.workspace =true
10-
homepage.workspace =true
11-
repository.workspace =true
12-
exclude.workspace =true
13-
14-
[lints]
15-
workspace =true
5+
edition ="2021"
6+
license ="MIT"
7+
rust-version ="1.81"
8+
authors = ["clabby","refcell"]
9+
homepage ="https://github.com/op-rs/kona"
10+
repository ="https://github.com/op-rs/kona"
11+
keywords = ["ethereum","optimism","crypto"]
12+
categories = ["cryptography","cryptography::cryptocurrencies"]
13+
exclude = ["**/target"]
1614

1715
[dependencies]
18-
kona-interop.workspace =true
16+
kona-interop ="0.1.2"
1917

2018
[features]
2119
default = []

‎crates/protocol/protocol/maili/Cargo.toml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
name ="maili-protocol"
33
version ="0.2.8"
44
description ="Protocol types for the OP Stack"
5-
6-
edition.workspace =true
7-
rust-version.workspace =true
8-
authors.workspace =true
9-
license.workspace =true
10-
homepage.workspace =true
11-
repository.workspace =true
12-
exclude.workspace =true
13-
14-
[lints]
15-
workspace =true
5+
edition ="2021"
6+
license ="MIT"
7+
rust-version ="1.81"
8+
authors = ["clabby","refcell"]
9+
homepage ="https://github.com/op-rs/kona"
10+
repository ="https://github.com/op-rs/kona"
11+
keywords = ["ethereum","optimism","crypto"]
12+
categories = ["cryptography","cryptography::cryptocurrencies"]
13+
exclude = ["**/target"]
1614

1715
[dependencies]
18-
kona-protocol.workspace =true
16+
kona-protocol ="0.1.0"
1917

2018
[features]
2119
default = []

‎crates/protocol/registry/maili/Cargo.toml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
name ="maili-registry"
33
version ="0.2.8"
44
description ="Registry for Optimism"
5-
6-
edition.workspace =true
7-
rust-version.workspace =true
8-
authors.workspace =true
9-
license.workspace =true
10-
homepage.workspace =true
11-
repository.workspace =true
12-
exclude.workspace =true
13-
14-
[lints]
15-
workspace =true
5+
edition ="2021"
6+
license ="MIT"
7+
rust-version ="1.81"
8+
authors = ["clabby","refcell"]
9+
homepage ="https://github.com/op-rs/kona"
10+
repository ="https://github.com/op-rs/kona"
11+
keywords = ["ethereum","optimism","crypto"]
12+
categories = ["cryptography","cryptography::cryptocurrencies"]
13+
exclude = ["**/target"]
1614

1715
[dependencies]
18-
kona-registry.workspace =true
16+
kona-registry ="0.1.0"
1917

2018
[features]
2119
default = []

‎crates/utilities/serde/maili/Cargo.toml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
name ="maili-serde"
33
version ="0.2.8"
44
description ="Serde related helpers for Maili"
5-
6-
edition.workspace =true
7-
rust-version.workspace =true
8-
authors.workspace =true
9-
license.workspace =true
10-
homepage.workspace =true
11-
repository.workspace =true
12-
exclude.workspace =true
13-
14-
[lints]
15-
workspace =true
5+
edition ="2021"
6+
license ="MIT"
7+
rust-version ="1.81"
8+
authors = ["clabby","refcell"]
9+
homepage ="https://github.com/op-rs/kona"
10+
repository ="https://github.com/op-rs/kona"
11+
keywords = ["ethereum","optimism","crypto"]
12+
categories = ["cryptography","cryptography::cryptocurrencies"]
13+
exclude = ["**/target"]
1614

1715
[dependencies]
18-
kona-serde.workspace =true
16+
kona-serde ="0.1.0"
1917

2018
[features]
2119
default = []

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp