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

Skip to content

Commit 2f46d7e

Browse files
committed
Fix the version specifier for rand in Cargo.toml (= was missing)
1 parent e43b337 commit 2f46d7e

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
@@ -63,7 +63,7 @@ proconio-derive = "=0.1.5"
6363
# num = "=0.2.0"
6464

6565
# RNG 疑似乱数生成器 (randファミリー)
66-
# rand = "0.6.5"
66+
# rand = "=0.6.5"
6767
# rand_chacha = "=0.1.1"
6868
# rand_pcg = "=0.1.2"
6969

0 commit comments

Comments
 (0)