Skip to content

Commit 8c0147a

Browse files
build: release v0.4.2
1 parent d24275a commit 8c0147a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.4.1"
9+
version = "0.4.2"
1010
description = "Various helper types and macros for `diesel`"
1111
categories = ["database"]
1212
keywords = ["diesel", "postgresql", "enum", "macro", "json"]

benzina/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ diesel = { version = "2.2", default-features = false, optional = true }
2626
serde_core = { version = "1.0.221", optional = true }
2727
serde_json = { version = "1.0.144", optional = true }
2828
utoipa = { version = "5", optional = true }
29-
benzina-derive = { path = "../benzina-derive", version = "=0.4.1", optional = true }
29+
benzina-derive = { path = "../benzina-derive", version = "=0.4.2", optional = true }
3030
uuid = { version = ">=0.7.0, <2.0.0", default-features = false, optional = true }
3131
indexmap = { version = "2.10", optional = true }
3232
rustc-hash = { version = "2.1.1", optional = true }

0 commit comments

Comments
 (0)