diff --git a/Cargo.lock b/Cargo.lock index b9aaecd..742a45f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "gemfreely" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "atom_syndication", diff --git a/Cargo.toml b/Cargo.toml index a530271..d3ba0c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,10 @@ [package] name = "gemfreely" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "AGPL-3.0-or-later" description = "Synchronize Gemini protocol blogs to the Fediverse" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] anyhow = "1.0.81" atom_syndication = "0.12.2"