Skip to content

Commit 061147c

Browse files
committed
Update versions for release.
1 parent 503d486 commit 061147c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ For the libraries
159159
```toml
160160
[dependencies]
161161
fastnbt = "2"
162-
fastanvil = "0.31"
162+
fastanvil = "0.32"
163163
```
164164

165165
For the `anvil` executable

fastanvil/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "fastanvil"
33
description = "Minecraft Anvil library"
44
repository = "https://github.com/owengage/fastnbt"
5-
version = "0.31.0"
5+
version = "0.32.0"
66
authors = ["Owen Gage <owengage@gmail.com>"]
77
edition = "2021"
88
license = "MIT OR Apache-2.0"

fastnbt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fastnbt"
33
description = "Serde deserializer for Minecraft's NBT format"
44
repository = "https://github.com/owengage/fastnbt"
55
readme = "README.md"
6-
version = "2.5.0"
6+
version = "2.6.0"
77
authors = ["Owen Gage <owengage@gmail.com>"]
88
edition = "2021"
99
license = "MIT OR Apache-2.0"

tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
[dependencies]
1010
fastsnbt = { path = "../fastsnbt", version = "0.2.0" }
1111
fastnbt = { path = "../fastnbt", version = "2" }
12-
fastanvil = { path = "../fastanvil", version = "0.31" }
12+
fastanvil = { path = "../fastanvil", version = "0.32" }
1313
rayon = "1.3.0"
1414
flate2 = "1.0"
1515
image = "0.23.4"

0 commit comments

Comments
 (0)