From 12261de9d8344529af12ee365e3200f9ac01dd02 Mon Sep 17 00:00:00 2001 From: Robert Krahn Date: Wed, 10 Jan 2024 11:43:09 +0100 Subject: [PATCH] chore: Release --- Cargo.toml | 4 ++-- macro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0c446b2..edfac9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hot-lib-reloader" -version = "0.6.5" +version = "0.7.0" categories = ["development-tools"] edition = "2021" exclude = [".dir-locals.el", "DEV.org", "doc/*"] @@ -13,7 +13,7 @@ description = "Utility to reload libraries on change. For faster feedback cycles [dependencies] crc32fast = "1.3.2" -hot-lib-reloader-macro = { version = "^0.6.5", path = "./macro" } +hot-lib-reloader-macro = { version = "^0.7.0", path = "./macro" } libloading = "^0.8" log = "^0.4" notify = "^6" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index f55bb4f..3d0b3fd 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hot-lib-reloader-macro" -version = "0.6.5" +version = "0.7.0" edition = "2021" homepage = "https://github.com/rksm/hot-lib-reloader-rs" license = "MIT"