From df8ab228c8a8e8f906048daddc3ea07f43f18a5c Mon Sep 17 00:00:00 2001 From: Luke Street Date: Fri, 18 Oct 2024 00:09:18 -0600 Subject: [PATCH] Update README.md and repo URLs --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- README.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f40e7b..84d4d26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -441,7 +441,7 @@ dependencies = [ [[package]] name = "nod" -version = "1.4.3" +version = "1.4.4" dependencies = [ "adler", "aes", @@ -464,7 +464,7 @@ dependencies = [ [[package]] name = "nodtool" -version = "1.4.3" +version = "1.4.4" dependencies = [ "argp", "base16ct", diff --git a/Cargo.toml b/Cargo.toml index 3c69083..e35c167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,10 @@ strip = "debuginfo" codegen-units = 1 [workspace.package] -version = "1.4.3" +version = "1.4.4" edition = "2021" rust-version = "1.74" authors = ["Luke Street "] license = "MIT OR Apache-2.0" -repository = "https://github.com/encounter/nod-rs" +repository = "https://github.com/encounter/nod" keywords = ["gamecube", "wii", "iso", "wbfs", "rvz"] diff --git a/README.md b/README.md index 11cc41d..1482fa5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # nod [![Build Status]][actions] [![Latest Version]][crates.io] [![Api Rustdoc]][rustdoc] ![Rust Version] -[Build Status]: https://github.com/encounter/nod-rs/actions/workflows/build.yaml/badge.svg -[actions]: https://github.com/encounter/nod-rs/actions +[Build Status]: https://github.com/encounter/nod/actions/workflows/build.yaml/badge.svg +[actions]: https://github.com/encounter/nod/actions [Latest Version]: https://img.shields.io/crates/v/nod.svg [crates.io]: https://crates.io/crates/nod [Api Rustdoc]: https://img.shields.io/badge/api-rustdoc-blue.svg [rustdoc]: https://docs.rs/nod -[Rust Version]: https://img.shields.io/badge/rust-1.73+-blue.svg?maxAge=3600 +[Rust Version]: https://img.shields.io/badge/rust-1.74+-blue.svg?maxAge=3600 Library for traversing & reading Nintendo Optical Disc (GameCube and Wii) images.