From 213526dc4ff0d59763728eaf7c2a192e637aaf16 Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Fri, 4 Oct 2024 21:59:52 +1000 Subject: [PATCH] fix the macro crate --- crates/byondapi-macros/Cargo.toml | 2 +- crates/byondapi-rs/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/byondapi-macros/Cargo.toml b/crates/byondapi-macros/Cargo.toml index d62e54c..585f990 100644 --- a/crates/byondapi-macros/Cargo.toml +++ b/crates/byondapi-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "byondapi-macros" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Macros for byondapi" license = "MIT" diff --git a/crates/byondapi-rs/Cargo.toml b/crates/byondapi-rs/Cargo.toml index 862aaac..4fc2e37 100644 --- a/crates/byondapi-rs/Cargo.toml +++ b/crates/byondapi-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "byondapi" -version = "0.4.9" +version = "0.4.10" authors = ["tigercat2000 "] edition = "2021" description = "Idiomatic Rust bindings for BYONDAPI" @@ -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"