Skip to content

Commit

Permalink
Support mysql_async v32 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez authored May 20, 2023
1 parent ed32fc0 commit 799fce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refinery_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rusqlite = { version = ">= 0.23, <= 0.29", optional = true }
postgres = { version = ">=0.17, <= 0.19", optional = true }
tokio-postgres = { version = ">= 0.5, <= 0.7", optional = true }
mysql = { version = ">= 21.0.0, <= 23", optional = true, default-features = false }
mysql_async = { version = ">= 0.28, <= 0.31", optional = true }
mysql_async = { version = ">= 0.28, <= 0.32", optional = true }
tiberius = { version = ">= 0.7, <= 0.12", optional = true, default-features = false }
tokio = { version = "1.0", features = ["full"], optional = true }
futures = { version = "0.3.16", optional = true }
Expand Down

0 comments on commit 799fce6

Please sign in to comment.