diff --git a/Cargo.toml b/Cargo.toml index 7f308af..abe6b22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlxmq" -version = "0.1.1" +version = "0.1.2" authors = ["Diggory Blake "] edition = "2018" license = "MIT OR Apache-2.0" @@ -15,11 +15,7 @@ members = ["sqlxmq_macros", "sqlxmq_stress"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sqlx = { version = "0.5.2", features = [ - "postgres", - "chrono", - "uuid", -] } +sqlx = { version = "0.5.2", features = ["postgres", "chrono", "uuid"] } tokio = { version = "1.4.0", features = ["full"] } dotenv = "0.15.0" chrono = "0.4.19" diff --git a/sqlxmq_macros/Cargo.toml b/sqlxmq_macros/Cargo.toml index f08b152..5a079d0 100644 --- a/sqlxmq_macros/Cargo.toml +++ b/sqlxmq_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlxmq_macros" -version = "0.1.1" +version = "0.1.2" authors = ["Diggory Blake "] edition = "2018" license = "MIT OR Apache-2.0"