diff options
| -rwxr-xr-x | Cargo.lock | 2 | ||||
| -rw-r--r-- | azalea-buf/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-buf/azalea-buf-macros/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -165,7 +165,7 @@ dependencies = [ [[package]] name = "azalea-buf-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "proc-macro2", "quote", diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 3bdb2477..27595e40 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.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.1.0"} +azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.2.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 a246b066..1ca72c57 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" -version = "0.1.0" +version = "0.2.0" [lib] proc-macro = true |
