diff options
| author | mat <git@matdoes.dev> | 2023-05-16 23:49:08 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-05-16 23:49:08 -0500 |
| commit | 3f8177a3022145ada55e8bc15c6f409de59d0bd4 (patch) | |
| tree | 3ad8cfb92a733d4e41ba4ef9b9fcb269edeff6c4 /azalea-buf | |
| parent | c26bb0733f42d660d406d1714a07b51dda7c8b3e (diff) | |
| download | azalea-drasl-3f8177a3022145ada55e8bc15c6f409de59d0bd4.tar.xz | |
chore: Release
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/Cargo.toml | 4 | ||||
| -rw-r--r-- | azalea-buf/azalea-buf-macros/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 5f628b8a..cbd00bef 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -4,12 +4,12 @@ edition = "2021" license = "MIT" name = "azalea-buf" repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf-macros = { path = "./azalea-buf-macros", version = "^0.6.0" } +azalea-buf-macros = { path = "./azalea-buf-macros", version = "^0.7.0" } byteorder = "^1.4.3" log = "0.4.17" serde_json = { version = "^1.0", optional = true } diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index b46204db..2aa98fd7 100644 --- a/azalea-buf/azalea-buf-macros/Cargo.toml +++ b/azalea-buf/azalea-buf-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-buf-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" -version = "0.6.0" +version = "0.7.0" [lib] proc-macro = true |
