From 0940071724bcf339b8d20d48e89c50f4813d79fa Mon Sep 17 00:00:00 2001 From: Shautvast Date: Fri, 3 Mar 2023 16:45:52 +0100 Subject: [PATCH] reorganized --- Cargo.lock | 2 +- Cargo.toml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 131fe6a..f7fce15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,7 +69,7 @@ dependencies = [ [[package]] name = "mnist-rs" -version = "0.1.0" +version = "1.0.0" dependencies = [ "nalgebra", "rand", diff --git a/Cargo.toml b/Cargo.toml index d87fb52..04414ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "mnist-rs" -version = "0.1.0" +version = "1.0.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] rand = "0.8" rand_distr = "0.4"