Skip to content

Commit

Permalink
vickylib: add uuid feature to diesel for Uuid de/serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Kek5chen committed Apr 26, 2024
1 parent 51ae0ed commit 5f14320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vicky/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rocket = { version="0.5.0", features = ["json", "secrets"] }
rocket_dyn_templates = { version = "0.1.0", features = ["tera"] }
reqwest = { version="0.11.20", features = ["json"]}
jwtk = "0.3.0"
diesel = { version = "2.1.6", features = ["postgres"]}
diesel = { version = "2.1.6", features = ["postgres", "uuid"]}

[[bin]]
name = "vicky"
Expand Down

0 comments on commit 5f14320

Please sign in to comment.