Skip to content

Commit 808714f

Browse files
committed
Move proc macros to derive folder
1 parent e9c9589 commit 808714f

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ auto_impl = "1"
1212
bytes = { version = "1", default-features = false }
1313
ethnum = { version = "1", default-features = false, optional = true }
1414
ethereum-types = { version = "0.14", default-features = false, optional = true }
15-
fastrlp-derive = { version = "0.1", path = "fastrlp-derive", optional = true }
15+
fastrlp-derive = { version = "0.1", path = "derive", optional = true }
1616

1717
[dev-dependencies]
1818
fastrlp-test = { path = ".", package = "fastrlp", features = [
@@ -36,4 +36,4 @@ name = "bench"
3636
harness = false
3737

3838
[workspace]
39-
members = ["fastrlp-derive"]
39+
members = ["derive"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)