Skip to content

Commit

Permalink
Bump mysql_async version (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
zach authored Oct 2, 2020
1 parent 141fae3 commit 4ca8669
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 @@ -30,7 +30,7 @@ rusqlite = {version = "0.23", optional = true}
postgres = {version = "0.17", optional = true}
mysql = {version = "18", optional = true}
tokio-postgres = { version = "0.5", optional = true }
mysql_async = { version = "0.24", optional = true }
mysql_async = { version = "0.25", optional = true }

tokio = { version = "0.2", features = ["full"], optional = true }

Expand Down

0 comments on commit 4ca8669

Please sign in to comment.