Skip to content

Commit 5e780e3

Browse files
authored
Merge pull request #5 from statiolake/ja-all-enabled
Update proconio
2 parents 797c9ff + 45521aa commit 5e780e3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ path = "src/main.rs"
1313
# AtCoder 2019年言語アップデート以降に使用できるクレート
1414

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

1819
# f64のOrd/Eq実装
1920
ordered-float = "=1.0.2"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fn main() -> UnitResult {
2929
// https://atcoder.jp/contests/abs/fasks/arc089_a
3030

3131
// proconio
32-
#[proconio::fastout]
32+
#[proconio_derive::fastout]
3333
fn run_proconio() {
3434
use proconio::input;
3535
use proconio::source::auto::AutoSource;

0 commit comments

Comments
 (0)