Skip to content

Commit

Permalink
updated ordered-parallel-iterator to 0.2.0, hg-parser to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed May 9, 2024
1 parent 938ed0e commit 02ffb2a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 107 deletions.
129 changes: 26 additions & 103 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
Expand Up @@ -11,8 +11,8 @@ license = "Unlicense OR MIT"
name = "hg-git-fast-import"
readme = "README.md"
repository = "https://github.com/kilork/hg-git-fast-import"
version = "1.3.8"
rust-version = "1.78"
version = "1.3.8"

[features]
jemalloc = ["jemallocator"]
Expand All @@ -22,16 +22,16 @@ anyhow = "1"
thiserror = "1"

tracing = "0.1"
tracing-subscriber = "0.3"
tracing-appender = "0.2"
tracing-subscriber = "0.3"

lazy_static = "1"
regex = "1"

toml = "0.8"

hg-parser = "0.7"
ordered-parallel-iterator = "0.1"
hg-parser = "0.8"
ordered-parallel-iterator = "0.2"
structopt = "0.3"

dialoguer = "0.11"
Expand Down

0 comments on commit 02ffb2a

Please sign in to comment.