Skip to content

Commit

Permalink
Update packages for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ya7on committed Feb 24, 2024
1 parent dbf62b8 commit 4324be1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ edition = "2021"
members = ["macros", "protocol"]

[workspace.dependencies]
mclib-macros = { path = "macros" }
mclib-protocol = { path = "protocol" }
mclib-macros = { path = "macros", version = "0.0.1" }
mclib-protocol = { path = "protocol", version = "0.0.1" }

darling = { version = "0.20.3" }
flate2 = { version = "1.0.28" }
Expand Down
4 changes: 3 additions & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[package]
name = "mclib-macros"
version = "0.1.0"
version = "0.0.1"
license = "Apache-2.0"
description = "Proc-macro for mclib"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mclib-protocol"
version = "0.1.0"
version = "0.0.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 4324be1

Please sign in to comment.