Skip to content

Commit f4398be

Browse files
committed
Update crates
1 parent 9a14bc8 commit f4398be

File tree

2 files changed

+46
-3
lines changed

2 files changed

+46
-3
lines changed

Cargo.lock

+37-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ rand_chacha = "=0.2.1"
3131
rand_pcg = "=0.2.0"
3232
rand_distr = "=0.2.2"
3333

34+
# グラフ
35+
petgraph = "=0.4.13"
36+
37+
# 挿入順を保持するhash table
38+
indexmap = "=1.3.0"
39+
3440
# 正規表現
3541
regex = "=1.3.1"
3642

@@ -53,6 +59,9 @@ superslice = "=1.0.0"
5359
# イテレータの強化
5460
itertools = "=0.8.1"
5561

62+
# `if`と`if let`を『まとめる』マクロ`if_chain!`
63+
if_chain = "=1.0.0"
64+
5665
# `hashmap!`, `hashset!`, `btreemap!`, `btreeset!`
5766
maplit = "=1.0.2"
5867

0 commit comments

Comments
 (0)