Skip to content

Commit

Permalink
Bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed May 26, 2024
1 parent c07c6b6 commit 6e05f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion derive-visitor-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "derive-visitor-macros"
description = "Macros for derive-visitor package"
categories = ["development-tools"]
version = "0.3.0"
version = "0.4.0"
authors = ["Kit Isaev <14875494+nikis05@users.noreply.github.com>"]
license = "MIT"
documentation = "https://docs.rs/derive-visitor"
Expand Down
4 changes: 2 additions & 2 deletions derive-visitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "derive-visitor"
description = "Derive visitor pattern for arbitrary data structures"
categories = ["development-tools"]
version = "0.3.0"
version = "0.4.0"
authors = ["Kit Isaev <14875494+nikis05@users.noreply.github.com>"]
license = "MIT"
edition = "2018"
Expand All @@ -13,7 +13,7 @@ keywords = ["visitor", "derive", "macro"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
derive-visitor-macros = { version = "0.3.0", path = "../derive-visitor-macros" }
derive-visitor-macros = { version = "0.4.0", path = "../derive-visitor-macros" }

[features]
std-types-drive = []

0 comments on commit 6e05f9e

Please sign in to comment.