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