diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-04-11 17:06:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-11 17:06:37 +0100 |
| commit | d434d4e8b776e4a851b614616d3a5aa2e9792108 (patch) | |
| tree | dad81e44923dc9d48df960ecc3039444f8217087 /ui/backend/Cargo.toml | |
| parent | feat(gui): add base structure (#1935) (diff) | |
| download | atuin-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.toml | 2 |
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"] |
