aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakobst1n <jakob@jakobstendahl.no>2023-09-08 18:49:10 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2023-09-08 18:49:16 +0200
commit074ddd3893bd373048050ef912af51aeb3c66178 (patch)
tree1fac3aec41b681aa96f69cf7d758bc7f293e269a /Cargo.toml
parentf991921181e6d93b392eef7254fbf8872a5ec1f6 (diff)
downloadRSS-watcher-074ddd3893bd373048050ef912af51aeb3c66178.tar.gz
RSS-watcher-074ddd3893bd373048050ef912af51aeb3c66178.zip
Remove database in query, as that should be configurable (#2)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e30a97c..dfbf227 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rss-watcher"
-version = "0.3.1"
+version = "0.3.2"
edition = "2021"
[dependencies]