diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-18 17:01:28 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-18 17:01:28 +0000 |
| commit | 43799946dad45b9bdd146475cb205a1ce08b5dfc (patch) | |
| tree | 19795fbd546c9a91836386d427e488bcbce7737c /azalea | |
| parent | e0dc937d88ff7eb79b2bdd790ee99ce62046ecba (diff) | |
| download | azalea-drasl-43799946dad45b9bdd146475cb205a1ce08b5dfc.tar.xz | |
make Account clonable
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 1b14c604..fea476d6 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -3,7 +3,7 @@ description = "A framework for creating Minecraft bots." edition = "2021" license = "MIT" name = "azalea" -version = "0.2.1" +version = "0.2.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
