diff options
| author | EightFactorial <29801334+EightFactorial@users.noreply.github.com> | 2023-03-11 14:00:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-11 16:00:10 -0600 |
| commit | c57c68ddf8cb9e4e8d27cf3e08f267a8a020c1c0 (patch) | |
| tree | 3209e7c0f93f81c09d48fb13cd3a240c04aaa3b8 /azalea-crypto | |
| parent | f28efd5637cf3e129af018066421c090cb73ad50 (diff) | |
| download | azalea-drasl-c57c68ddf8cb9e4e8d27cf3e08f267a8a020c1c0.tar.xz | |
Add RegistryHolder struct and serde features (#81)
* Make RegistryHolder struct
* Update deps
* Move RegistryHolder to azalea-protocol
* Convert bytes to bools and back
* Rename and shuffle logic
* Move logic into trait, rename methods
* Final touchups
* Ah, merge mistakes
* Add serde support for ResourceLocation
* Reuse structs
* Error when serde skips values in debug mode
Add missing attributes
* Strict_registry feature, require packet feature
* Add test
* Move into packets
* Docs and touchups
* Reword docs
* Move into module inside ClientboundLoginPacket
* Add azalea-nbt serde feature
* remove duplicate comment and type_ -> kind
---------
Co-authored-by: mat <github@matdoes.dev>
Diffstat (limited to 'azalea-crypto')
| -rw-r--r-- | azalea-crypto/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index e49e5e9d..41fcc262 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -19,7 +19,7 @@ sha-1 = "^0.10.0" uuid = "^1.1.2" [dev-dependencies] -criterion = {version = "^0.3.5", features = ["html_reports"]} +criterion = {version = "^0.4.0", features = ["html_reports"]} [[bench]] harness = false |
