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"