Skip to content

Commit 4673fbc

Browse files
build: release v0.5.1
1 parent 51fd55a commit 4673fbc

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.5.0"
9+
version = "0.5.1"
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
@@ -29,7 +29,7 @@ serde_core = { version = "1.0.221", optional = true }
2929
serde_json = { version = "1.0.144", optional = true }
3030
schemars = { version = "1", default-features = false, optional = true }
3131
utoipa = { version = "5", optional = true }
32-
benzina-derive = { path = "../benzina-derive", version = "=0.5.0", optional = true }
32+
benzina-derive = { path = "../benzina-derive", version = "=0.5.1", optional = true }
3333
uuid = { version = ">=0.7.0, <2.0.0", default-features = false, optional = true }
3434
indexmap = { version = "2.10", optional = true }
3535
rustc-hash = { version = "2.1.1", optional = true }

0 commit comments

Comments
 (0)