Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jifalops committed Mar 24, 2024
1 parent 899be3f commit 39393ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cypher-dto"
description = "A collection of traits and macros for working Data Transfer Objects (DTOs) Cypher and Neo4j."
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
keywords = ["neo4j", "cypher", "dto", "query", "graph"]
Expand All @@ -16,7 +16,7 @@ serde = ["macros", "cypher-dto-macros/serde"]

[dependencies]
chrono = { version = "0.4" }
cypher-dto-macros = { version = "0.3.0", path = "../macros", optional = true }
cypher-dto-macros = { version = "0.3.1", path = "../macros", optional = true }
neo4rs = "0.7.1"
thiserror = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cypher-dto-macros"
description = "The macros for cypher-dto."
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
keywords = ["neo4j", "cypher", "dto", "query", "graph"]
Expand Down

0 comments on commit 39393ef

Please sign in to comment.