Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
rksm committed Jan 10, 2024
1 parent 33ca9ed commit 12261de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/*"]
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 12261de

Please sign in to comment.