Skip to content

Commit 4438d1a

Browse files
committed
Update some crates to follow ja-all-enabled
1 parent 0c49c22 commit 4438d1a

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy