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