aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-24 21:08:07 +0000
committerFuwn <[email protected]>2022-07-24 21:08:07 +0000
commit7c196cdc0fe8c2a24f7e839876d3bdb9066571fa (patch)
tree06c23e5b46089c881675f1e9f8a63d6637992cd8 /Cargo.toml
parentfeat(ui.rs): black background (diff)
downloadsydney-7c196cdc0fe8c2a24f7e839876d3bdb9066571fa.tar.xz
sydney-7c196cdc0fe8c2a24f7e839876d3bdb9066571fa.zip
feat(src): ui overhaul (bollux inspired)v0.1.8
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a6e119b..b52a89c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "sydney"
-version = "0.1.7"
+version = "0.1.8"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "Vim-like, Command-line Gemini Client"
@@ -19,7 +19,7 @@ codegen-units = 1
opt-level = 3
[dependencies]
-germ = { version = "0.3.3", default-features = false, features = ["request", "ast"] } # Gemini
+germ = { version = "0.3.7", default-features = false, features = ["request", "ast"] } # Gemini
url = "2.2.2" # URL
tui = "0.18.0" # Terminal User Interface
crossterm = "0.24.0" # Cross-platform Terminal