Skip to content

Commit

Permalink
lastest 0.8 version (once sqlx release 8.3, we are ready :) )
Browse files Browse the repository at this point in the history
  • Loading branch information
pxp9 committed Dec 14, 2024
1 parent 309e144 commit b1d1862
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion fang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ diesel_migrations = { version = "2.1", features = [
"sqlite",
"mysql",
] }
#sqlx = { version = "0.8.1", features = [
#sqlx = { version = "0.8", features = [
# "any",
# "macros",
# "chrono",
Expand Down Expand Up @@ -103,6 +103,17 @@ typed-builder = "0.14"
typetag = "0.2"
uuid = { version = "1.1", features = ["v4"] }
fang-derive-error = { version = "0.1.0", optional = true }
#sqlx = { version = "0.8", features = [
# "any",
# "macros",
# "chrono",
# "uuid",
# "json",
# "runtime-tokio-rustls",
# "postgres",
# "sqlite",
# "mysql",
#] }
sqlx = { git = "https://github.com/launchbadge/sqlx.git", branch = "main", features = [
"any",
"macros",
Expand Down

0 comments on commit b1d1862

Please sign in to comment.