Skip to content

Commit

Permalink
Merge pull request #69 from complexspaces/correctly-use-dev-dep
Browse files Browse the repository at this point in the history
Move rustversion declaration to a dev-dependency
  • Loading branch information
palfrey committed Jun 27, 2022
2 parents f369762 + e73abfe commit 714def9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serial_test_derive/Cargo.toml
Expand Up @@ -17,8 +17,8 @@ quote = "1.0"
syn = { version="1.0", features=["full"] }
proc-macro2 = "1.0"
proc-macro-error = { version = "1" }
rustversion = "1.0"

[dev-dependencies]
env_logger = "0.9"
rustversion = "1.0"
trybuild = "1"

0 comments on commit 714def9

Please sign in to comment.