Skip to content

Commit

Permalink
chore: release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-m committed Mar 12, 2024
1 parent cc17a87 commit 21f98ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fm-xml-export-exploder"
version = "0.1.4"
version = "0.1.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -11,7 +11,7 @@ rayon = "1.9.0"
quick-xml = "0.31.0"
regex = "1.10.3"
clap = { version = "4.5.2", features = ["derive"] }
anyhow = "1.0.80"
anyhow = "1.0.81"

[dev-dependencies]
walkdir = "2.5.0"
Expand Down

0 comments on commit 21f98ad

Please sign in to comment.