1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00

(cargo-release) version 2.0.0

This commit is contained in:
Jan Lukas Gernert 2023-06-23 21:17:19 +02:00
parent a036d03510
commit a7983e873d

View file

@ -1,6 +1,6 @@
[package] [package]
name = "article_scraper" name = "article_scraper"
version = "2.0.0-alpha.0" version = "2.0.0"
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"] authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
edition = "2018" edition = "2018"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
@ -27,4 +27,4 @@ escaper = "0.1"
futures = "0.3" futures = "0.3"
[dev-dependencies] [dev-dependencies]
env_logger = "0.10" env_logger = "0.10"