Skip to content

Commit

Permalink
Try to use enums
Browse files Browse the repository at this point in the history
  • Loading branch information
makorne authored Dec 1, 2024
1 parent 69b3580 commit c76d99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c76d99a

Please sign in to comment.