Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Nov 22, 2024
1 parent 9ab1ab4 commit bfab0ab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "pg-extras"
readme = "README.md"
repository = "https://github.com/pawurb/pg-extras-rs"
version = "0.6.3"
version = "0.7.0"

exclude = ["docker-compose.yml.sample", "live_tests.sh"]

Expand All @@ -16,7 +16,12 @@ clap = { version = "4.5.20", features = ["derive"] }
lazy_static = "1.5.0"
prettytable-rs = "0.10.0"
semver = "1.0.23"
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "postgres", "macros", "bigdecimal"] }
sqlx = { version = "0.8", features = [
"runtime-tokio-rustls",
"postgres",
"macros",
"bigdecimal",
] }

tokio = { version = "1.40", features = ["full"] }
unicode-width = "0.2.0"
Expand Down

0 comments on commit bfab0ab

Please sign in to comment.