Skip to content

Commit

Permalink
Better version handling, saving results to csv
Browse files Browse the repository at this point in the history
  • Loading branch information
tonowak committed Mar 26, 2023
1 parent 19f0a68 commit 5adbdd7
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 93 deletions.
114 changes: 99 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ cargo_toml = "0.15.2"
toml = "0.5.9"
directories = "4.0.1"
crates_io_api = { version = "0.8.1", optional = true }
gag = { version = "1.0.0", optional = true }
csv = { version = "1.2.1", optional = true }
regex = { version = "1.7.3", optional = true }

[dev-dependencies]
assert_cmd = "2.0"
Expand All @@ -48,7 +51,7 @@ lazy_static = "1.4.0"
[features]
default = ["vendored-openssl"]
vendored-openssl = ["crates-index/vendored-openssl"]
semver-crater = ["dep:crates_io_api"]
semver-crater = ["dep:crates_io_api", "dep:gag", "dep:csv", "dep:regex"]

[[bin]]
name = "semver-crater"
Expand Down
Loading

0 comments on commit 5adbdd7

Please sign in to comment.