Skip to content

Commit 213526d

Browse files
committed
fix the macro crate
1 parent 30cd47b commit 213526d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/byondapi-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "byondapi-macros"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "Macros for byondapi"
66
license = "MIT"

crates/byondapi-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "byondapi"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
authors = ["tigercat2000 <[email protected]>"]
55
edition = "2021"
66
description = "Idiomatic Rust bindings for BYONDAPI"
@@ -14,7 +14,7 @@ exclude = [".vscode/*"]
1414

1515
[dependencies]
1616
byondapi-sys = { path = "../byondapi-sys", version = "0.11.2" }
17-
byondapi-macros = { path = "../byondapi-macros", version = "0.1.2" }
17+
byondapi-macros = { path = "../byondapi-macros", version = "0.1.3" }
1818
libloading = "0.8.4"
1919
inventory = "0.3.15"
2020
num_enum = "0.7.2"

0 commit comments

Comments
 (0)