Compare commits

...

2 Commits

@ -1,6 +1,6 @@
[package]
name = "minecraft-data-rs"
version = "0.6.0"
version = "0.7.0"
authors = ["trivernis <trivernis@protonmail.com>"]
edition = "2018"
readme = "README.md"
@ -11,10 +11,10 @@ repository = "https://github.com/Trivernis/minecraft-data-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1.0.37"
serde_json = "1.0.87"
serde_derive = "1.0.147"
serde = "1.0.147"
thiserror = "1.0.38"
serde_json = "1.0.91"
serde_derive = "1.0.151"
serde = "1.0.151"
include_dir = { version = "0.7.3", optional = true }
itertools = { version = "0.10.5", optional = true }
lazy_static = { version = "1.4.0", optional = true }

@ -1 +1 @@
Subproject commit 0953ac6d8a78d6ce612020bd1f9587f346decf90
Subproject commit 971d49da8395def7f54be6393198ffdebb1d94e1
Loading…
Cancel
Save