Skip to content

Commit 8c001f4

Browse files
committed
scraperからmainfeatureを外した
`main`で余計な依存(`getopts`)が付いていたので、外すことでビルド時間が若干早くなる。
1 parent e33159e commit 8c001f4

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

atcoder-problems-backend/Cargo.lock

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

atcoder-problems-backend/atcoder-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77

88
[dependencies]
99
reqwest = { version = "0.11", features = ["json", "gzip"] }
10-
scraper = "0.12"
10+
scraper = { version = "0.12", default-features = false }
1111
chrono = "0.4"
1212
regex = "1"
1313
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)