Skip to content

Commit 82573d9

Browse files
committed
Update proconio to 0.2.1. Remove proconio-derive from the direct dependency
1 parent 9323e2d commit 82573d9

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ path = "src/main.rs"
1313
# AtCoder 2019年言語アップデート以降に使用できるクレート
1414

1515
# 競技プログラミングの入出力サポート
16-
proconio = "=0.2.0"
17-
proconio-derive = "=0.1.5"
16+
proconio = "=0.2.1"
1817

1918
# f64のOrd/Eq実装
2019
ordered-float = "=1.0.2"

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ fn main() -> UnitResult {
1919
// ABC086C - Traveling
2020
// https://atcoder.jp/contests/abs/fasks/arc089_a
2121

22-
// proconio, proconio-derive
23-
#[proconio_derive::fastout]
22+
// proconio
23+
#[proconio::fastout]
2424
fn run_proconio() {
2525
use proconio::input;
2626
use proconio::source::auto::AutoSource;

0 commit comments

Comments
 (0)