Upgrade compress-tools to branch w/ fix for crash
See https://github.com/OSSystems/compress-tools-rs/issues/59 for details.
This commit is contained in:
parent
621b98cd8c
commit
5514fb5d29
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -199,8 +199,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "compress-tools"
|
name = "compress-tools"
|
||||||
version = "0.11.1"
|
version = "0.11.2"
|
||||||
source = "git+https://github.com/OSSystems/compress-tools-rs.git#9c0f4cba975a45734e329edd5db9d188120275f8"
|
source = "git+https://github.com/OSSystems/compress-tools-rs.git?branch=issue-59#821d400a5c9e526489e37d7252a427ec756296c5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more",
|
"derive_more",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -11,8 +11,8 @@ description = "Saves Skyrim mod cell edits to a database"
|
|||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
argh = "0.1"
|
argh = "0.1"
|
||||||
chrono = { version = "0.4", features = ["serde"] }
|
chrono = { version = "0.4", features = ["serde"] }
|
||||||
# Need this fix for broken build: https://github.com/OSSystems/compress-tools-rs/commit/9c0f4cba975a45734e329edd5db9d188120275f8
|
# Need specific branch to fix my issue with bad-encoding in some archive file names: https://github.com/OSSystems/compress-tools-rs/issues/59
|
||||||
compress-tools = { git = "https://github.com/OSSystems/compress-tools-rs.git" }
|
compress-tools = { git = "https://github.com/OSSystems/compress-tools-rs.git", branch = "issue-59" }
|
||||||
dotenv = "0.15"
|
dotenv = "0.15"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
infer = { version = "0.4", default-features = false }
|
infer = { version = "0.4", default-features = false }
|
||||||
|
Loading…
Reference in New Issue
Block a user