add /undo, update help, readme and changelog; fix follow to join

This commit is contained in:
2021-08-27 21:52:33 +02:00
parent 385d43c0aa
commit 98fe694d47
8 changed files with 127 additions and 30 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "fedigroups"
version = "0.2.4"
version = "0.2.5"
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
edition = "2018"
publish = false
@@ -9,8 +9,8 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
#elefren = { path = "../elefren22-fork" }
elefren = { git = "https://git.ondrovo.com/MightyPork/elefren-fork.git", rev = "a0ebb46" }
elefren = { path = "../elefren22-fork" }
#elefren = { git = "https://git.ondrovo.com/MightyPork/elefren-fork.git", rev = "a0ebb46" }
env_logger = "0.9.0"