mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 05:29:05 +02:00
core: region_processor: fix crash due to incorrect counting in info message
Fixes #52
This commit is contained in:
parent
d435643cfc
commit
66189d279c
4 changed files with 47 additions and 34 deletions
21
Cargo.lock
generated
21
Cargo.lock
generated
|
@ -276,6 +276,26 @@ version = "1.10.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
||||
|
||||
[[package]]
|
||||
name = "enum-map"
|
||||
version = "2.7.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
|
||||
dependencies = [
|
||||
"enum-map-derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "enum-map-derive"
|
||||
version = "0.17.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "enumflags2"
|
||||
version = "0.7.9"
|
||||
|
@ -550,6 +570,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"bincode",
|
||||
"clap",
|
||||
"enum-map",
|
||||
"fastnbt",
|
||||
"futures-util",
|
||||
"git-version",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue