]> Untitled Git - lemmy.git/blobdiff - crates/apub_lib/Cargo.toml
Implement restricted community (only mods can post) (fixes #187) (#2235)
[lemmy.git] / crates / apub_lib / Cargo.toml
index cbedb075590c9fcf2bf39bc89ce0fbdc1833f263..1b2cabbf4566d778cdd5f74a60be7e90fad90aa4 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lemmy_apub_lib"
-version = "0.16.3-rc.1"
+version = "0.16.3"
 edition = "2021"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
@@ -8,8 +8,8 @@ homepage = "https://join-lemmy.org/"
 documentation = "https://join-lemmy.org/docs/en/index.html"
 
 [dependencies]
-lemmy_utils = { version = "=0.16.3-rc.1", path = "../utils" }
-lemmy_apub_lib_derive = { version = "=0.16.3-rc.1", path = "../apub_lib_derive" }
+lemmy_utils = { version = "=0.16.3", path = "../utils" }
+lemmy_apub_lib_derive = { version = "=0.16.3", path = "../apub_lib_derive" }
 chrono = "0.4.19"
 serde = { version = "1.0.136", features = ["derive"] }
 async-trait = "0.1.53"