Skip to content

Commit 4ef8889

Browse files
author
bitfl0wer
committed
Implement PgHasArrayType for all PgUInts
1 parent e5df57f commit 4ef8889

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

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

sqlx-pg-uint/Cargo.toml

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

0 commit comments

Comments
 (0)