Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf8ec6bd

Browse files
committed
Move mnist crate into dev-dependencies in cargo manifest
1 parent5209591 commitf8ec6bd

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
@@ -53,13 +53,13 @@ libc = "0.2"
5353
num ="0.4.0"
5454
lazy_static ="1.0"
5555
half ="1.5.0"
56-
mnist = {version="0.5.0",features = ["download"]}
5756
serde = {version ="1.0",features = ["derive"],optional =true }
5857

5958
[dev-dependencies]
6059
half ="1.5.0"
6160
serde_json ="1.0"
6261
bincode ="1.3"
62+
mnist = {version="0.5.0",features = ["download"]}
6363

6464
[build-dependencies]
6565
serde_json ="1.0"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp