mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
minedmap-types 0.1.4
This commit is contained in:
parent
a2f0ad401d
commit
0bf1d46aad
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -644,7 +644,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "minedmap-types"
|
name = "minedmap-types"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itertools",
|
"itertools",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
@ -49,7 +49,7 @@ indexmap = { version = "2.0.0", features = ["serde"] }
|
||||||
lru = "0.12.0"
|
lru = "0.12.0"
|
||||||
minedmap-nbt = { version = "0.1.1", path = "crates/nbt", default-features = false }
|
minedmap-nbt = { version = "0.1.1", path = "crates/nbt", default-features = false }
|
||||||
minedmap-resource = { version = "0.6.0", path = "crates/resource" }
|
minedmap-resource = { version = "0.6.0", path = "crates/resource" }
|
||||||
minedmap-types = { version = "0.1.2", path = "crates/types" }
|
minedmap-types = { version = "0.1.4", path = "crates/types" }
|
||||||
num-integer = "0.1.45"
|
num-integer = "0.1.45"
|
||||||
num_cpus = "1.16.0"
|
num_cpus = "1.16.0"
|
||||||
phf = { version = "0.11.2", features = ["macros"] }
|
phf = { version = "0.11.2", features = ["macros"] }
|
||||||
|
|
|
@ -12,7 +12,7 @@ anyhow = "1.0.75"
|
||||||
bytemuck = "1.13.1"
|
bytemuck = "1.13.1"
|
||||||
fastnbt = "2.4.4"
|
fastnbt = "2.4.4"
|
||||||
flate2 = "1.0.27"
|
flate2 = "1.0.27"
|
||||||
minedmap-types = { version = "0.1.2", path = "../types" }
|
minedmap-types = { version = "0.1.4", path = "../types" }
|
||||||
serde = "1.0.183"
|
serde = "1.0.183"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minedmap-types"
|
name = "minedmap-types"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
description = "Common types used by several MinedMap crates"
|
description = "Common types used by several MinedMap crates"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue