mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-01 12:22:22 +00:00
Specify fallback fonts
This commit is contained in:
parent
4defb58f2a
commit
d27bd782ce
4 changed files with 14 additions and 14 deletions
|
@ -3,7 +3,7 @@ name = "libreddit"
|
|||
description = " Alternative private front-end to Reddit"
|
||||
license = "AGPL-3.0"
|
||||
repository = "https://github.com/spikecodes/libreddit"
|
||||
version = "0.14.4"
|
||||
version = "0.14.5"
|
||||
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
@ -16,7 +16,7 @@ regex = "1.5.4"
|
|||
serde = { version = "1.0.126", features = ["derive"] }
|
||||
cookie = "0.15.0"
|
||||
futures-lite = "1.11.3"
|
||||
hyper = { version = "0.14.7", features = ["full"] }
|
||||
hyper = { version = "0.14.8", features = ["full"] }
|
||||
hyper-rustls = "0.22.1"
|
||||
route-recognizer = "0.3.0"
|
||||
serde_json = "1.0.64"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue