Compare commits

...

2 Commits

Author SHA1 Message Date
Emi Simpson 473a6c0427
Update docker 2022-02-08 17:49:07 -05:00
Emi Simpson d9de986acc
Release 0.2.0 2022-02-08 17:16:10 -05:00
4 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -51,7 +51,7 @@ checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
[[package]]
name = "faery-ring"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"argh",
"ascii",

View File

@ -1,6 +1,6 @@
[package]
name = "faery-ring"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Emi Simpson <emi@alchemi.dev>"]
description = "An ultra-lightweight js-free server-side webring implementation"

View File

@ -1,4 +1,4 @@
FROM rust:1.56-alpine3.13 AS builder
FROM rust:1.58-alpine AS builder
RUN apk update
RUN apk add musl-dev
ADD . .

View File

@ -73,8 +73,8 @@ Now your webring members can add links on their page to `https://your.web.site/n
## Downloads
- Linux binaries are available from the [releases page](./releases)
- A docker image is available on Docker Hub under `alch0emi/faery-ring:v0.1.0`
- If you have cargo installed on your system, faery ring can be installed with `cargo install --git https://fem.mint.lgbt/Emi/faery-ring.git`
- A docker image is available on Docker Hub under `alch0emi/faery-ring:latest`
- If you have cargo installed on your system, faery ring can be installed with `cargo install faery-ring`
## Webrings that use faery-ring