Skip to content

Commit 233459e

Browse files
author
bitfl0wer
committed
Bump versions
1 parent 486061f commit 233459e

3 files changed

Lines changed: 6 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-pg-uint-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 = "sqlx-pg-uint-macros"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
license = "MIT"
66
authors = ["bitfl0wer"]

sqlx-pg-uint/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlx-pg-uint"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
license = "MIT"
66
authors = ["bitfl0wer"]
@@ -14,8 +14,7 @@ sqlx = { version = "0.8", default-features = false, features = [
1414
"derive",
1515
] }
1616
thiserror = "1.0"
17-
sqlx-pg-uint-macros = { version = "0.4.0" }
18-
#sqlx-pg-uint-macros = { path = "../sqlx-pg-uint-macros" }
17+
sqlx-pg-uint-macros = { version = "0", path = "../sqlx-pg-uint-macros" }
1918
bigdecimal = "0.4.5"
2019
serde = { version = "1.0.208", features = ["derive"], optional = true }
2120

0 commit comments

Comments
 (0)