Skip to content

Commit

Permalink
Bump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbg committed Jan 18, 2024
1 parent f210aa2 commit a588474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tokio-postgres-rustls"
description = "Rustls integration for tokio-postgres"
version = "0.11.0"
version = "0.11.1"
authors = ["Jasper Hugo <[email protected]>"]
repository = "https://github.com/jbg/tokio-postgres-rustls"
edition = "2018"
Expand All @@ -15,7 +15,7 @@ rustls = { version = "0.22.1", default-features = false }
tokio = { version = "1", default-features = false }
tokio-postgres = { version = "0.7", default-features = false }
tokio-rustls = { version = "0.25", default-features = false }
x509-certificate = {version = "0.23.0", default-features = false }
x509-certificate = {version = "0.23", default-features = false }

[dev-dependencies]
env_logger = { version = "0.10", default-features = false }
Expand Down

0 comments on commit a588474

Please sign in to comment.