diff options
| author | mat <git@matdoes.dev> | 2023-09-14 18:59:01 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-14 18:59:01 -0500 |
| commit | d850f5988ab0d859a51fe0b5b27c9328afb66a87 (patch) | |
| tree | f9becf7ad156ed738f83f5c613c8f49e13a32ea1 /azalea-buf | |
| parent | 90d6b0acea7183d1a3b05d9a92825fa30b02c1cc (diff) | |
| download | azalea-drasl-d850f5988ab0d859a51fe0b5b27c9328afb66a87.tar.xz | |
Release independent packages
Generated by cargo-workspaces
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 2b367f25..e685b397 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.7.0" +version = "0.8.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.7.0" } +azalea-buf-macros = { path = "./azalea-buf-macros", version = "^0.8.0" } byteorder = "^1.4.3" log = "0.4.20" 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 4a928d9e..daf32e20 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.7.0" +version = "0.8.0" [lib] proc-macro = true |
