diff options
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-buf/azalea-buf-macros/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 3934e09a..183c38a7 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -3,7 +3,7 @@ description = "Serialize and deserialize buffers from Minecraft." edition = "2021" license = "MIT" name = "azalea-buf" -repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" +repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf" version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 80e17815..d0151c70 100644 --- a/azalea-buf/azalea-buf-macros/Cargo.toml +++ b/azalea-buf/azalea-buf-macros/Cargo.toml @@ -3,7 +3,7 @@ description = "#[derive(McBuf)]" edition = "2021" license = "MIT" name = "azalea-buf-macros" -repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" +repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf" version = "0.8.0" [lib] |
