Skip to content

Commit

Permalink
used a custom version of unicode-truncate
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jun 23, 2024
1 parent 885b220 commit a521717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions server/Cargo.lock

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

3 changes: 2 additions & 1 deletion server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ rustls = { version = "0.23.5", default-features = false, features = ["ring"] } #

cached = { version = "0.51.1", features = ["default", "async", "tokio", "disk_store"] }
futures = "0.3.30"
unicode-truncate = "1.0.0"
# temporarily forked until https://github.com/Aetf/unicode-truncate/issues/16 is resolved
unicode-truncate = { git = "https://github.com/CommanderStorm/unicode-truncate.git", rev = "5cc7798"}

# database
sqlx = { version = "0.7.4", features = ["postgres", "runtime-tokio", "tls-rustls", "migrate", "macros", "chrono"] }
Expand Down

0 comments on commit a521717

Please sign in to comment.