Bump version

This commit is contained in:
asonix 2023-08-04 19:01:05 -05:00
parent cdbde9519e
commit 2f57c855a4
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -391,7 +391,7 @@ checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
[[package]]
name = "ap-relay"
version = "0.3.98"
version = "0.3.99"
dependencies = [
"activitystreams",
"activitystreams-ext",

View file

@ -1,7 +1,7 @@
[package]
name = "ap-relay"
description = "A simple activitypub relay"
version = "0.3.98"
version = "0.3.99"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View file

@ -6,7 +6,7 @@
rustPlatform.buildRustPackage {
pname = "relay";
version = "0.3.98";
version = "0.3.99";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;