Skip to content

Commit

Permalink
Specify version for safe-descriminant derive
Browse files Browse the repository at this point in the history
Another requirement for publishing

Signed-off-by: Ahmed Abdelraoof <[email protected]>
  • Loading branch information
oddcoder committed Aug 16, 2024
1 parent 1d52c5e commit e068ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ proc-macro2 = "1.0.86"
quote = "1.0.36"
syn = {version = "2.0.72", features = ["full"]}
trybuild = "1.0.99"
safe-discriminant-derive = {path = "./safe-discriminant-derive"}
safe-discriminant-derive = {version = "0.1.0", path = "./safe-discriminant-derive"}

0 comments on commit e068ab4

Please sign in to comment.