Skip to content

Commit c4940e2

Browse files
committed
Add lazy_static 1.3.0. Update modtype to 0.4.4
1 parent 830ef73 commit c4940e2

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ordered-float = "=1.0.2"
2121

2222
# 剰余関連。普通の整数型などと同じ感覚で扱うだけで自動的にmodを取ってくれる
2323
# 答えの整数をMで割った余りが要求される設問で便利
24-
modtype = "=0.3.0"
24+
modtype = "=0.4.0"
2525

2626
# 英数字などのASCII文字専用の文字列。文字にインデックスでアクセスしたり
2727
# substringを簡単に作ったりできる
@@ -74,6 +74,9 @@ sfmt = "=0.5.0"
7474
# 正規表現
7575
regex = "=1.1.7"
7676

77+
# staticアイテムの遅延初期化
78+
lazy_static = "=1.3.0"
79+
7780
# 代替ヒープアロケータ。条件によってはシステムアロケータより速いことも
7881
jemallocator = "=0.3.2"
7982
jemalloc-ctl = "=0.3.3"

0 commit comments

Comments
 (0)