-- Leo's gemini proxy

-- Connecting to typed-hole.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

commit 2a28c72bd8a3d2357039c703210936e148622eaf

Author: Julien Blanchard <julien@sideburns.eu>

Date: Tue Aug 13 17:24:42 2019 +0200


Bump version to 0.4.0


diff --git a/Cargo.lock b/Cargo.lock

index 01504aa..1129acc 100644

--- a/Cargo.lock

+++ b/Cargo.lock

@@ -20,7 +20,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

name = "asuka"

-version = "0.3.0"

+version = "0.4.0"

dependencies = [

"cursive 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",

"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",

diff --git a/Cargo.toml b/Cargo.toml

index 837f56e..6a8e8b7 100644

--- a/Cargo.toml

+++ b/Cargo.toml

@@ -1,6 +1,6 @@

[package]

name = "asuka"

-version = "0.3.0"

+version = "0.4.0"

authors = ["Julien Blanchard <julien@sideburns.eu>"]

edition = "2018"


@@ -9,4 +9,4 @@ cursive = "0.12"

native-tls = "0.2"

url = "*"

regex = "*"

-lazy_static = "*"

\ No newline at end of file

+lazy_static = "*"

diff --git a/src/main.rs b/src/main.rs

index 1b85cc7..0fa1861 100644

--- a/src/main.rs

+++ b/src/main.rs

@@ -9,7 +9,7 @@ use cursive::theme::Effect;

use cursive::traits::*;

use cursive::utils::markup::StyledString;

use cursive::view::Scrollable;

-use cursive::views::{Dialog, EditView, Panel, SelectView, TextView};

+use cursive::views::{Dialog, EditView, Panel, SelectView};

use cursive::Cursive;


use std::str::FromStr;



---

Served by Pollux Gemini Server.

-- Response ended

-- Page fetched on Sun May 19 10:03:44 2024