Skip to content

Commit

Permalink
fix the macro crate
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Oct 4, 2024
1 parent 30cd47b commit 213526d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/byondapi-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "byondapi-macros"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "Macros for byondapi"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/byondapi-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "byondapi"
version = "0.4.9"
version = "0.4.10"
authors = ["tigercat2000 <[email protected]>"]
edition = "2021"
description = "Idiomatic Rust bindings for BYONDAPI"
Expand All @@ -14,7 +14,7 @@ exclude = [".vscode/*"]

[dependencies]
byondapi-sys = { path = "../byondapi-sys", version = "0.11.2" }
byondapi-macros = { path = "../byondapi-macros", version = "0.1.2" }
byondapi-macros = { path = "../byondapi-macros", version = "0.1.3" }
libloading = "0.8.4"
inventory = "0.3.15"
num_enum = "0.7.2"
Expand Down

0 comments on commit 213526d

Please sign in to comment.