Skip to content

Commit 880f0e1

Browse files
committed
Facilitate publishing by removing version in codec dev-dependency
Cargo will automatically strip dev-dependency for us, which removes the need for manually doing so before publishing the crates. See rust-lang/cargo#7333
1 parent 079a659 commit 880f0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ proc-macro2 = "1.0.6"
1616
proc-macro-crate = "1.0.0"
1717

1818
[dev-dependencies]
19-
parity-scale-codec = { path = "..", version = "2.2.0-rc.1" }
19+
parity-scale-codec = { path = ".." }

0 commit comments

Comments
 (0)