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

Skip to content

Commit 91ffbaa

Browse files
authored
Merge pull request #20 from statiolake/ja
Update some crates to follow `ja-all-enabled`
2 parents 0c49c22 + 4438d1a commit 91ffbaa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ edition = "2018"
1010
name = "main"
1111
path = "src/main.rs"
1212

13+
[dependencies]
1314
# AtCoder 2019年言語アップデート以降に使用できるクレート
14-
[dependencies.proconio]
15+
1516
# 競技プログラミングの入出力サポート
16-
version = "=0.3.4"
17-
#features = ["derive"]
17+
proconio = { version = "=0.3.4", features = ["derive"] }
1818

19-
[dependencies]
2019
# f64のOrd/Eq実装
2120
#ordered-float = "=1.0.2"
2221

@@ -55,18 +54,19 @@ version = "=0.3.4"
5554
#num = "=0.2.0"
5655

5756
# RNG 疑似乱数生成器 (randファミリー)
58-
#rand = { version = "=0.7.0", features = ["small_rng"] }
57+
#rand = { version = "=0.7.2", features = ["small_rng"] }
5958
#rand_chacha = "=0.2.1"
6059
#rand_pcg = "=0.2.0"
60+
#rand_distr = "=0.2.2"
6161

6262
# 正規表現
63-
#regex = "=1.3.0"
63+
#regex = "=1.3.1"
6464

6565
# staticアイテムの遅延初期化
6666
#lazy_static = "=1.4.0"
6767

6868
# 多次元配列
69-
#ndarray = "=0.12.1"
69+
#ndarray = "=0.13.0"
7070

7171
# 線形代数
7272
#nalgebra = "=0.18.1"

0 commit comments

Comments
 (0)