Skip to content

Commit

Permalink
Add version for cargo publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Oct 31, 2020
1 parent 3fcbc23 commit c83b4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ categories = ["development-tools", "parser-implementations"]
keywords = ["lenient", "parser", "semver", "semantic", "version"]

[dependencies]
lenient_semver_parser = { path = "parser", default-features = false }
lenient_version = { path = "version", default-features = false, optional = true }
lenient_semver_parser = { path = "parser", version = "0.3", default-features = false }
lenient_version = { path = "version", version = "0.3", default-features = false, optional = true }
semver = { version = "0.11", optional = true, package = "semver" }
semver010 = { version = "0.10", optional = true, package = "semver" }

Expand Down

0 comments on commit c83b4b6

Please sign in to comment.