Skip to content

Commit 17f6cfd

Browse files
committed
Update modtype to 0.3.0
1 parent c42b136 commit 17f6cfd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ proconio-derive = { git = "https://github.com/statiolake/proconio-rs", rev = "21
2020
# f64のOrd/Eq実装
2121
# ordered-float = "=1.0.2"
2222

23-
# 剰余関連。Mで割った余りを求める際に、いちいちMで...)
24-
# modtype = "=0.2.0"
23+
# 剰余関連。普通の整数型などと同じ感覚で扱うだけで自動的にmodを取ってくれる
24+
# 答えの整数をMで割った余りが要求される設問で便利
25+
# modtype = "=0.3.0"
2526

2627
# BitSet。C++のbitsetに相当
2728
# bitset-fixed = { git = "https://github.com/hatoo/bitset-fixed", rev = "2d6347acd634a9cce18be6f133f64535a26a0f00" }

0 commit comments

Comments
 (0)