diff --git a/plugins/sql/Cargo.toml b/plugins/sql/Cargo.toml index d3e78a38..2000dc43 100644 --- a/plugins/sql/Cargo.toml +++ b/plugins/sql/Cargo.toml @@ -5,7 +5,8 @@ description = "Interface with SQL databases." authors.workspace = true license.workspace = true edition.workspace = true -rust-version.workspace = true +#rust-version.workspace = true +rust-version = 1.65 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -23,4 +24,4 @@ tokio = { version = "1", features = ["sync"] } [features] sqlite = ["sqlx/sqlite"] mysql = ["sqlx/mysql"] -postgres = ["sqlx/postgres"] \ No newline at end of file +postgres = ["sqlx/postgres"]