Skip to content

Commit 8ed5e11

Browse files
committed
Release 0.1.1
The 0.1.0 release commit didn't have descriptions for the crates in Cargo.toml and so couldn't be published.
1 parent 598d112 commit 8ed5e11

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ members = [
66

77
[package]
88
name = "sqlx-conditional-queries"
9-
version = "0.1.0"
9+
version = "0.1.1"
1010
edition = "2021"
11+
description = "Compile-time conditional queries for SQLx"
1112
repository = "https://github.com/kyrias/sqlx-conditional-queries"
1213
license = "MIT OR Apache-2.0"
1314
keywords = ["sqlx", "database"]

core/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "sqlx-conditional-queries-core"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
5+
description = "Internal functions for sqlx-conditional-queries"
56
repository = "https://github.com/kyrias/sqlx-conditional-queries"
67
license = "MIT OR Apache-2.0"
78

macros/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "sqlx-conditional-queries-macros"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
5+
description = "Macro definition for sqlx-conditional-queries"
56
repository = "https://github.com/kyrias/sqlx-conditional-queries"
67
license = "MIT OR Apache-2.0"
78

0 commit comments

Comments
 (0)