diff options
author | jakobst1n <jakob@jakobstendahl.no> | 2023-09-08 18:49:10 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2023-09-08 18:49:16 +0200 |
commit | 074ddd3893bd373048050ef912af51aeb3c66178 (patch) | |
tree | 1fac3aec41b681aa96f69cf7d758bc7f293e269a /Cargo.toml | |
parent | f991921181e6d93b392eef7254fbf8872a5ec1f6 (diff) | |
download | RSS-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "rss-watcher" -version = "0.3.1" +version = "0.3.2" edition = "2021" [dependencies] |