Skip to content

Commit 79cbd30

Browse files
committed
Bump macros
1 parent db74ca0 commit 79cbd30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ uuid = { version = "1.1.2", features = ["v4"] }
2323
log = "0.4.14"
2424
serde_json = "1.0.64"
2525
serde = "1.0.124"
26-
sqlxmq_macros = { version = "0.5.0", path = "sqlxmq_macros" }
26+
sqlxmq_macros = { version = "0.6.0", path = "sqlxmq_macros" }
2727
anymap2 = "0.13.0"
2828

2929
[features]

sqlxmq_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlxmq_macros"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Diggory Blake <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)