Skip to content

Commit ecaca8e

Browse files
committed
Update proconio/proconio-derive crates to 0.1.2
1 parent 84a503a commit ecaca8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

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

1616
# 競技プログラミングの入出力サポート
17-
proconio = { git = "https://github.com/statiolake/proconio-rs", rev = "2115d40ffe9c07edbb9aff99b9f2008690fad201" }
18-
proconio-derive = { git = "https://github.com/statiolake/proconio-rs", rev = "2115d40ffe9c07edbb9aff99b9f2008690fad201" }
17+
proconio = "=0.1.2"
18+
proconio-derive = "=0.1.2"
1919

2020
# f64のOrd/Eq実装
2121
# ordered-float = "=1.0.2"

0 commit comments

Comments
 (0)