Skip to content

Commit fc6fff7

Browse files
committed
Fix a dependency specification
1 parent 555c549 commit fc6fff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ derive_more = "=0.99.2"
110110
derive-new = "=0.5.8"
111111

112112
# 即席enum `Either<L, R>`
113-
either = "1.5.3"
113+
either = "=1.5.3"
114114

115115
# 標準ライブラリのVecやHashMapに対応する永続データ構造
116116
# 永続データ構造は関数型言語によく見られるデータ構造で、要素を更新しても、そのデータ構造の

0 commit comments

Comments
 (0)