X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapub_lib%2FCargo.toml;h=a46d3c35613adfc06b1fc035700438fedfed283e;hb=c883a49a4096b171f324d44c9fcacda55ed361ee;hp=c65821a5b0fac29c71c42fed832bbd89d63a3903;hpb=1410c5659ca53feeccfd0ddf1e944984cc601898;p=lemmy.git diff --git a/crates/apub_lib/Cargo.toml b/crates/apub_lib/Cargo.toml index c65821a5..a46d3c35 100644 --- a/crates/apub_lib/Cargo.toml +++ b/crates/apub_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy_apub_lib" -version = "0.14.4-rc.4" +version = "0.15.0-rc.6" edition = "2018" 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.14.4-rc.4", path = "../utils" } -lemmy_apub_lib_derive = { version = "=0.14.4-rc.4", path = "../apub_lib_derive" } +lemmy_utils = { version = "=0.15.0-rc.6", path = "../utils" } +lemmy_apub_lib_derive = { version = "=0.15.0-rc.6", path = "../apub_lib_derive" } activitystreams = "0.7.0-alpha.14" serde = { version = "1.0.131", features = ["derive"] } async-trait = "0.1.52"