diff options
| author | mat <git@matdoes.dev> | 2023-05-01 18:36:40 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-05-01 18:36:40 -0500 |
| commit | 1fb4418f2c9cbd004c64c2f23d2d0352ee12c0e5 (patch) | |
| tree | 63ce6ed0e9115f06f98184f575a44243d5d6b506 /azalea-chat | |
| parent | 67dc5b367f67909d9679f9898c9c352e09a409fd (diff) | |
| download | azalea-drasl-1fb4418f2c9cbd004c64c2f23d2d0352ee12c0e5.tar.xz | |
fix conflicts that happen sometimes with serde
Diffstat (limited to 'azalea-chat')
| -rw-r--r-- | azalea-chat/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 33a3aafe..c3ffb464 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -18,5 +18,5 @@ azalea-buf = { path = "../azalea-buf", features = [ azalea-language = { path = "../azalea-language", version = "^0.6.0" } log = "0.4.17" once_cell = "1.16.0" -serde = { version = "^1.0.152", features = ["derive"] } +serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0.93" |
