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

Skip to content

Commit 1f3ded1

Browse files
committed
Update dependencies
- Add lazy_static 1.3.0 - Add jemalloc-ctl 0.3.3 - Update modtype to 0.4.0
1 parent 2f46d7e commit 1f3ded1

File tree

2 files changed

+64
-7
lines changed

2 files changed

+64
-7
lines changed

Cargo.lock

Lines changed: 59 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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ proconio-derive = "=0.1.5"
2222

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

2727
# 英数字などのASCII文字専用の文字列。文字にインデックスでアクセスしたり
2828
# substringを簡単に作ったりできる
@@ -75,8 +75,12 @@ proconio-derive = "=0.1.5"
7575
# 正規表現
7676
# regex = "=1.1.7"
7777

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

8185
# ---------------------------------------------------------------------
8286

0 commit comments

Comments
 (0)