Skip to content

Commit

Permalink
Facilitate publishing by removing version in codec dev-dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Xanewok committed Jun 23, 2021
1 parent 079a659 commit 880f0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ proc-macro2 = "1.0.6"
proc-macro-crate = "1.0.0"

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

0 comments on commit 880f0e1

Please sign in to comment.