diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-22 12:09:48 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-22 12:09:48 -0800 |
commit | 76154de777f4338340723cb51b8fcd12a5a672a0 (patch) | |
tree | dc24fc1b47dfcd6944b830eee200a68382460e5d /adenosine-pds/Cargo.toml | |
parent | 5c9f53120c125a3b653d9ee8a9b3dd0a63b62bbb (diff) | |
download | adenosine-76154de777f4338340723cb51b8fcd12a5a672a0.tar.gz adenosine-76154de777f4338340723cb51b8fcd12a5a672a0.zip |
changelog and crate version bumps for v0.1.2
Diffstat (limited to 'adenosine-pds/Cargo.toml')
-rw-r--r-- | adenosine-pds/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml index 38a6caf..0fc3b8f 100644 --- a/adenosine-pds/Cargo.toml +++ b/adenosine-pds/Cargo.toml @@ -4,7 +4,7 @@ description = "Simple informal personal data server (PDS) for AT protocol and bs keywords = ["atproto"] categories = [] -version = "0.1.2-dev.0" +version = "0.1.2" edition = "2021" rust-version = "1.61" authors = ["Bryan Newbold <bnewbold@robocracy.org>"] |