Skip to content

Commit

Permalink
Move rustversion declaration to a dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Jun 27, 2022
1 parent f369762 commit e73abfe
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 e73abfe

Please sign in to comment.