mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
fix msrv
This commit is contained in:
parent
c43319df60
commit
69fe1f19a3
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
name = "ugc-scraper"
|
name = "ugc-scraper"
|
||||||
version = "0.4.1"
|
version = "0.4.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.71.1"
|
||||||
description = "Scraper for ugcleague.com"
|
description = "Scraper for ugcleague.com"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
homepage = "https://github.com/icewind1991/ugc-scaper"
|
homepage = "https://github.com/icewind1991/ugc-scaper"
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
name = "ugc-scraper-types"
|
name = "ugc-scraper-types"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.71.1"
|
||||||
description = "Scraper for ugcleague.com"
|
description = "Scraper for ugcleague.com - data types"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
homepage = "https://github.com/icewind1991/ugc-scaper"
|
homepage = "https://github.com/icewind1991/ugc-scaper"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue