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

Skip to content

Commit d5ec7e3

Browse files
committed
Use exact match version requirement for jemallocator
1 parent db60e66 commit d5ec7e3

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
@@ -67,7 +67,7 @@ proconio-derive = "=0.1.5"
6767
# regex = "=1.1.7"
6868

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

7272
# ---------------------------------------------------------------------
7373

0 commit comments

Comments
 (0)