Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-m committed Mar 3, 2024
1 parent 35a80fa commit 3a04f85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
encoding_rs_io = "0.1.7"
rayon = "1.8.1"
rayon = "1.9.0"
quick-xml = "0.31.0"
regex = "1.10.3"

[dev-dependencies]
walkdir = "2.4.0"
insta = "1.35.1"
walkdir = "2.5.0"
insta = "1.36.0"
similar-asserts = "1.5.0"

0 comments on commit 3a04f85

Please sign in to comment.