Skip to content

Commit

Permalink
Specify exact dep on derive crate
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Apr 2, 2023
1 parent 425277b commit df815d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion num_enum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ travis-ci = { repository = "illicitonion/num_enum", branch = "master" }
maintenance = { status = "passively-maintained" }

[dependencies]
num_enum_derive = { version = "0.6.0", path = "../num_enum_derive", default-features = false }
num_enum_derive = { version = "=0.6.0", path = "../num_enum_derive", default-features = false }

[dev-dependencies]
anyhow = "1.0.14"
Expand Down

0 comments on commit df815d9

Please sign in to comment.