Skip to content

Commit 797c9ff

Browse files
committed
Update modtype to 0.6.0. Add once_cell 0.2.1
Also temporary disable test cases for modtype.
1 parent e9658ac commit 797c9ff

File tree

3 files changed

+199
-117
lines changed

3 files changed

+199
-117
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ordered-float = "=1.0.2"
2020

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

2525
# 英数字などのASCII文字専用の文字列。文字にインデックスでアクセスしたり
2626
# substringを簡単に作ったりできる
@@ -75,6 +75,7 @@ regex = "=1.1.7"
7575

7676
# staticアイテムの遅延初期化
7777
lazy_static = "=1.3.0"
78+
once_cell = "=0.2.1"
7879

7980
# 代替ヒープアロケータ。条件によってはシステムアロケータより速いことも
8081
jemallocator = "=0.3.2"

0 commit comments

Comments
 (0)