Skip to content

Commit

Permalink
Use older sqlx to support compilation with our Rust MSRV 1.67.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Mar 25, 2024
1 parent 5099448 commit 26a2e2e
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
Expand Up @@ -89,7 +89,7 @@ lazy_static = { version = "1.4.0" } # Force lazy_static to > 1.0.0 for ht
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

# For the "mysql-zone" example
sqlx = { version = "0.7", features = [ "runtime-tokio", "mysql" ] }
sqlx = { version = "0.6", features = [ "runtime-tokio-native-tls", "mysql" ] }

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -133,4 +133,4 @@ required-features = ["zonefile", "net", "unstable-server-transport"]

[[example]]
name = "mysql-zone"
required-features = ["zonefile", "net", "unstable-server-transport"]
required-features = ["zonefile", "net", "unstable-server-transport"]

0 comments on commit 26a2e2e

Please sign in to comment.