Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 073b26b

Browse files
committedJan 29, 2020
Update the crates
1 parent adb3bed commit 073b26b

File tree

2 files changed

+35
-41
lines changed

2 files changed

+35
-41
lines changed
 

‎Cargo.lock

Lines changed: 30 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "src/main.rs"
2121

2222
# 多バイト長整数、分数、複素数など
2323
num = "=0.2.1"
24-
num-bigint = "=0.2.5"
24+
num-bigint = "=0.2.6"
2525
num-complex = "=0.2.4"
2626
num-integer = "=0.1.42"
2727
num-iter = "=0.1.40"
@@ -54,7 +54,7 @@ rand_distr = "=0.2.2"
5454
petgraph = "=0.5.0"
5555

5656
# 挿入順を保持するhash table
57-
indexmap = "=1.3.0"
57+
indexmap = "=1.3.1"
5858

5959
# 正規表現
6060
regex = "=1.3.3"
@@ -88,15 +88,15 @@ either = "=1.5.3"
8888
# 標準ライブラリのVecやHashMapに対応する永続データ構造
8989
# 永続データ構造は関数型言語によく見られるデータ構造で、要素を更新しても、そのデータ構造の
9090
# 以前のバージョンにアクセスできる。(更新の度に差分が記録されていくイメージ)
91-
im-rc = "=14.1.0"
91+
im-rc = "=14.2.0"
9292

9393
# 可変長bit set。
9494
fixedbitset = "=0.2.0"
9595
bitset-fixed = "=0.1.0"
9696

9797
# 競技プログラミングの入出力サポート
98-
proconio = { version = "=0.3.4", features = ["derive"] }
99-
text_io = "=0.1.7"
98+
proconio = { version = "=0.3.5", features = ["derive"] }
99+
text_io = "=0.1.8"
100100
whiteread = "=0.5.0"
101101

102102
# 高速なハッシュ関数

0 commit comments

Comments
 (0)
Please sign in to comment.