~boringcactus/gemifedi

b5f6c154e62c1fc4ea2ec57459bb05fdb8fda4a5 — Melody Horn 2 years ago 36fbc06 v0.2.1
bump to v0.2.1
2 files changed, 2 insertions(+), 2 deletions(-)

M Cargo.lock
M Cargo.toml
M Cargo.lock => Cargo.lock +1 -1
@@ 857,7 857,7 @@ dependencies = [

[[package]]
name = "gemifedi"
version = "0.2.0"
version = "0.2.1"
dependencies = [
 "async-std",
 "async-trait",

M Cargo.toml => Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "gemifedi"
version = "0.2.0"
version = "0.2.1"
authors = ["Melody Horn <melody@boringcactus.com>"]
description = "a gemini frontend to the fediverse"
edition = "2018"