diff options
| author | mat <github@matdoes.dev> | 2022-11-19 15:25:55 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-11-19 15:25:55 -0600 |
| commit | 5a8f50950ab6028feb5b6f600528eac35b90253e (patch) | |
| tree | ed2888d2e12e6db41a53af304b4c9b5cbac00136 /azalea-buf | |
| parent | 619984fa33aec8b9629770928c51ee81a3d3a63f (diff) | |
| download | azalea-drasl-5a8f50950ab6028feb5b6f600528eac35b90253e.tar.xz | |
chore: Release
Diffstat (limited to 'azalea-buf')
| -rwxr-xr-x | azalea-buf/Cargo.toml | 4 | ||||
| -rwxr-xr-x | 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 3058d442..01048ceb 100755 --- 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.3.0" +version = "0.4.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.3.0" } +azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.4.0" } byteorder = "^1.4.3" serde_json = {version = "^1.0", optional = true} thiserror = "^1.0.34" diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 155acc84..fb81043f 100755 --- 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.3.0" +version = "0.4.0" [lib] proc-macro = true |
