Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb17b79

Browse files
committed
Update proconio to 0.2.1. Remove proconio-derive from the direct dependency
1 parent 1f3ded1 commit eb17b79

File tree

2 files changed

+6
-7
lines changed

2 files changed

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

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

2019
# f64のOrd/Eq実装
2120
# ordered-float = "=1.0.2"
@@ -76,7 +75,7 @@ proconio-derive = "=0.1.5"
7675
# regex = "=1.1.7"
7776

7877
# staticアイテムの遅延初期化
79-
lazy_static = "=1.3.0"
78+
# lazy_static = "=1.3.0"
8079

8180
# 代替ヒープアロケータ。条件によってはシステムアロケータより速いことも
8281
# jemallocator = "=0.3.2"

0 commit comments

Comments
 (0)