We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d695de2 commit dfcbb04Copy full SHA for dfcbb04
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "pipitor"
3
-version = "0.2.0"
+version = "0.2.1"
4
edition = "2018"
5
authors = ["Daiki Mizukami <[email protected]>"]
6
license = "AGPL-3.0-only"
7
readme = "README.md"
8
categories = ["command-line-utilities"]
9
repository = "https://github.com/tesaguri/pipitor"
10
-documentation = "https://docs.rs/pipitor/0.2.0/pipitor/"
+documentation = "https://docs.rs/pipitor/0.2.1/pipitor/"
11
description = """
12
A Twitter bot that gathers, filters and Retweets Tweets automatically.
13
"""
0 commit comments