Skip to content

Commit d9f6fd2

Browse files
committed
Release 0.8.0
1 parent 7cb6123 commit d9f6fd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sqlx-pg-uint-macros/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlx-pg-uint-macros"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
license = "MIT"
66
authors = ["bitfl0wer"]
@@ -11,5 +11,5 @@ rust-version = "1.61.0"
1111
proc-macro = true
1212

1313
[dependencies]
14-
quote = "1.0.37"
15-
syn = "2.0.79"
14+
quote = "1.0.38"
15+
syn = "2.0.98"

0 commit comments

Comments
 (0)