Bump crate version

This commit is contained in:
Diggory Blake 2021-09-17 12:59:33 +01:00
parent af5f29ec9f
commit 4529494e98
No known key found for this signature in database
GPG key ID: E6BDFA83146ABD40
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "sqlxmq"
version = "0.2.1"
version = "0.2.2"
authors = ["Diggory Blake <diggsey@googlemail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@ -23,7 +23,7 @@ uuid = { version = "0.8.2", features = ["v4"] }
log = "0.4.14"
serde_json = "1.0.64"
serde = "1.0.124"
sqlxmq_macros = { version = "0.2.1", path = "sqlxmq_macros" }
sqlxmq_macros = { version = "0.2.2", path = "sqlxmq_macros" }
anymap2 = "0.13.0"
[features]

View file

@ -1,6 +1,6 @@
[package]
name = "sqlxmq_macros"
version = "0.2.1"
version = "0.2.2"
authors = ["Diggory Blake <diggsey@googlemail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"