Skip to content

Commit 457a84d

Browse files
authoredNov 28, 2019
Merge pull request #28 from qryxip/fix-a-dependency-specification
Fix a dependency specification
2 parents 555c549 + fc6fff7 commit 457a84d

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)
Please sign in to comment.