]> Untitled Git - lemmy.git/blobdiff - crates/apub_lib/Cargo.toml
Version 0.13.0
[lemmy.git] / crates / apub_lib / Cargo.toml
index 700f085c89f906281943dc91a12e19c08f499f0f..cdcacd7b4012d33a663dfcc90dc94fc921b9b7c0 100644 (file)
@@ -1,14 +1,14 @@
 [package]
 name = "lemmy_apub_lib"
-version = "0.13.0-rc.1"
+version = "0.13.0"
 edition = "2018"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
 
 [dependencies]
-lemmy_utils = { version = "=0.13.0-rc.1", path = "../utils" }
-lemmy_websocket = { version = "=0.13.0-rc.1", path = "../websocket" }
-lemmy_apub_lib_derive = { version = "=0.13.0-rc.1", path = "../apub_lib_derive" }
+lemmy_utils = { version = "=0.13.0", path = "../utils" }
+lemmy_websocket = { version = "=0.13.0", path = "../websocket" }
+lemmy_apub_lib_derive = { version = "=0.13.0", path = "../apub_lib_derive" }
 activitystreams = "0.7.0-alpha.11"
 serde = { version = "1.0.130", features = ["derive"] }
 async-trait = "0.1.51"