mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 16:44:07 +00:00
Fix encoding and decoding of MySQL enums in sqlx::Type (#3371)
This commit is contained in:
@@ -9,5 +9,3 @@ sqlx = { default-features = false, path = ".." }
|
||||
env_logger = "0.11"
|
||||
dotenvy = "0.15.0"
|
||||
anyhow = "1.0.26"
|
||||
async-std = { version = "1.8.0", features = [ "attributes" ] }
|
||||
tokio = { version = "1.0.1", features = [ "full" ] }
|
||||
|
||||
Reference in New Issue
Block a user