aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-08-29 21:11:46 -0500
committermat <github@matdoes.dev>2022-08-29 21:11:46 -0500
commit5e32cc55933b097acbe5c841d6c09320e2d35c8b (patch)
tree9fd3f1f009acca93499ec32a818cf55f78bf2084
parentc1af5d15e3754bbf2d71d704fb089d760061e3c7 (diff)
downloadazalea-drasl-5e32cc55933b097acbe5c841d6c09320e2d35c8b.tar.xz
azalea-buf crate stuff
-rw-r--r--azalea-buf/Cargo.toml2
-rw-r--r--azalea-buf/azalea-buf-macros/Cargo.toml1
2 files changed, 1 insertions, 2 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index 71ce4592..7262e900 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -6,7 +6,7 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-buf-macros = {path = "./azalea-buf-macros", version = "*"}
+buf-macros = {path = "./azalea-buf-macros"}
byteorder = "^1.4.3"
serde_json = {version = "^1.0", optional = true}
thiserror = "^1.0.31"
diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml
index 98d028e9..64e9a228 100644
--- a/azalea-buf/azalea-buf-macros/Cargo.toml
+++ b/azalea-buf/azalea-buf-macros/Cargo.toml
@@ -5,7 +5,6 @@ version = "0.1.0"
[lib]
proc-macro = true
-publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]