Compare commits

..

No commits in common. "master" and "v0.1.8" have entirely different histories.

3 changed files with 4 additions and 5 deletions

2
Cargo.lock generated
View File

@ -449,7 +449,7 @@ dependencies = [
[[package]]
name = "gemfreely"
version = "0.1.9"
version = "0.1.8"
dependencies = [
"anyhow",
"atom_syndication",

View File

@ -1,6 +1,6 @@
[package]
name = "gemfreely"
version = "0.1.9"
version = "0.1.8"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Synchronize Gemini protocol blogs to the Fediverse"

View File

@ -27,9 +27,8 @@ allow = [
"MPL-2.0",
"ISC",
"Unicode-DFS-2016",
"Unicode-3.0",
"OpenSSL",
"BSD-3-Clause",
"BSD-3-Clause"
]
# Some crates don't have (easily) machine readable licensing information,
@ -57,4 +56,4 @@ multiple-versions = "warn"
wildcards = "allow"
highlight = "all"
workspace-default-features = "allow"
external-default-features = "allow"
external-default-features = "allow"