1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

(cargo-release) version 0.2.0

This commit is contained in:
Ubuntu 2022-10-17 16:28:52 +00:00
parent e6f023a38b
commit d188a7470d
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -230,7 +230,7 @@ dependencies = [
[[package]]
name = "azalea-language"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"lazy_static",
"serde",

View file

@ -9,7 +9,7 @@ version = "0.1.1"
[dependencies]
azalea-buf = {path = "../azalea-buf", features = ["serde_json"], version = "^0.2.0" }
azalea-language = {path = "../azalea-language", version = "^0.1.0"}
azalea-language = {path = "../azalea-language", version = "^0.2.0" }
lazy_static = "^1.4.0"
serde = "^1.0.130"
serde_json = "^1.0.72"

View file

@ -3,7 +3,7 @@ description = "Translate Minecraft strings from their id."
edition = "2021"
license = "MIT"
name = "azalea-language"
version = "0.1.0"
version = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html