Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <xavier@inv.cafe>
  • Loading branch information
aurexav committed Jul 27, 2023
1 parent 2fde566 commit 19bfa40
Show file tree
Hide file tree
Showing 14 changed files with 762 additions and 37 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ index.html

# Test data
nohup.out
Cargo.toml.cargo-featalign.swap
56 changes: 54 additions & 2 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "cargo-featalign"
readme = "README.md"
repository = "https://github.com/hack-ink/cargo-featalign"
version = "0.4.0"
version = "0.5.0"

[profile.ci-dev]
incremental = false
Expand All @@ -19,10 +19,12 @@ inherits = "release"
lto = true

[dependencies]
# crates.io
anyhow = { version = "1.0" }
cargo_metadata = { version = "0.17" }
clap = { version = "4.3", features = ["derive"] }
color-eyre = { version = "0.6" }
imara-diff = { version = "0.1" }
num_cpus = { version = "1.16" }
once_cell = { version = "1.18" }
regex = { version = "1.9" }
Expand Down
Loading

0 comments on commit 19bfa40

Please sign in to comment.