Skip to content

Commit

Permalink
Merge pull request #72 from TCeason/bump
Browse files Browse the repository at this point in the history
chore: bump opensrv-mysql to 0.8.0
  • Loading branch information
sundy-li authored Nov 26, 2024
2 parents 6cbb806 + c05ebe6 commit a1fb4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opensrv-mysql"
version = "0.7.0"
version = "0.8.0"
authors = ["Databend Authors <opensource@datafuselabs.com>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -25,7 +25,7 @@ chrono = "0.4.20"
mysql_common = { version = "0.32.0", features = ["chrono"] }
nom = "7.1.0"
tokio = { version = "1.17.0", features = ["io-util", "io-std"] }
tokio-rustls = { version = "0.26", optional = true }
tokio-rustls = { version = "0.26", optional = true, default-features = false, features = ["ring"] }
pin-project-lite = { version = "0.2.9", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit a1fb4da

Please sign in to comment.