Skip to content

Commit

Permalink
Support mysql v23 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed Nov 24, 2022
1 parent d997d86 commit d1e1ff8
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 @@ -33,7 +33,7 @@ walkdir = "2.3.1"
rusqlite = { version = ">= 0.23, <= 0.28", optional = true }
postgres = { version = "0.19", optional = true }
tokio-postgres = { version = "0.7", optional = true }
mysql = { version = ">= 21.0.0, <= 22", optional = true, default-features = false}
mysql = { version = ">= 21.0.0, <= 23", optional = true, default-features = false}
mysql_async = { version = ">= 0.28, <= 0.30", optional = true }
tokio = { version = "1.0", features = ["full"], optional = true }
tiberius = { version = "0.7", optional = true }
Expand Down

0 comments on commit d1e1ff8

Please sign in to comment.