aboutsummaryrefslogtreecommitdiffstats
path: root/ui/backend/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-04-11 17:06:37 +0100
committerGitHub <noreply@github.com>2024-04-11 17:06:37 +0100
commitd434d4e8b776e4a851b614616d3a5aa2e9792108 (patch)
treedad81e44923dc9d48df960ecc3039444f8217087 /ui/backend/Cargo.toml
parentfeat(gui): add base structure (#1935) (diff)
downloadatuin-d434d4e8b776e4a851b614616d3a5aa2e9792108.zip
chore(gui): cargo update (#1943)
* chore(gui): cargo update * also fix workspace
Diffstat (limited to 'ui/backend/Cargo.toml')
-rw-r--r--ui/backend/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml
index 94721acc..b840f0b3 100644
--- a/ui/backend/Cargo.toml
+++ b/ui/backend/Cargo.toml
@@ -25,7 +25,7 @@ time = "0.3.34"
uuid = "1.7.0"
syntect = "5.2.0"
-[workspace.dependencies.sqlx]
+[dependencies.sqlx]
version = "=0.7.3"
features = ["runtime-tokio-rustls", "time", "postgres", "uuid"]