diff --git a/example/Cargo.toml b/example/Cargo.toml index d5a9989..0e080aa 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] tokio = { version = "1.22", features = ["full"] } -sqlx = { version = "0.8", features = ["macros", "any", "runtime-tokio-rustls", "postgres"] } # "postgres" temporary for test enums +sqlx = { version = "0.8", features = ["macros", "any", "runtime-tokio-rustls", "postgres"] } #"postgres" temporary for test enums sqlx-core = { version = "0.8" } tracing-subscriber = "0.3" tracing = "0.1"