Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a503a commit ecaca8eCopy full SHA for ecaca8e
Cargo.toml
@@ -14,8 +14,8 @@ path = "src/main.rs"
14
# AtCoder 2019年言語アップデート以降に使用できるクレート
15
16
# 競技プログラミングの入出力サポート
17
-proconio = { git = "https://github.com/statiolake/proconio-rs", rev = "2115d40ffe9c07edbb9aff99b9f2008690fad201" }
18
-proconio-derive = { git = "https://github.com/statiolake/proconio-rs", rev = "2115d40ffe9c07edbb9aff99b9f2008690fad201" }
+proconio = "=0.1.2"
+proconio-derive = "=0.1.2"
19
20
# f64のOrd/Eq実装
21
# ordered-float = "=1.0.2"
0 commit comments