diff --git a/CHANGELOG.md b/CHANGELOG.md index bbd0af2..cdeafda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [0.6.1](https://github.com/Blobfolio/cdtoc/releases/tag/v0.6.1) - 2025-01-09 + +### Changed + +* Miscellaneous code changes and lints + + + ## [0.6.0](https://github.com/Blobfolio/cdtoc/releases/tag/v0.6.0) - 2024-12-13 ### Changed diff --git a/CREDITS.md b/CREDITS.md index 6eeb1ee..50cd5e8 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,16 +1,16 @@ # Project Dependencies Package: cdtoc - Version: 0.6.0 - Generated: 2024-12-13 19:26:44 UTC + Version: 0.6.1 + Generated: 2025-01-09 18:06:36 UTC | Package | Version | Author(s) | License | | ---- | ---- | ---- | ---- | -| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.9.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | +| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.9.1 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | | [**faster-hex**](https://github.com/NervosFoundation/faster-hex) | 0.10.0 | [zhangsoledad](mailto:787953403@qq.com) | MIT | -| [**trimothy**](https://github.com/Blobfolio/trimothy) | 0.6.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | +| [**trimothy**](https://github.com/Blobfolio/trimothy) | 0.6.1 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | | [_block-buffer_](https://github.com/RustCrypto/utils) | 0.10.4 | RustCrypto Developers | MIT OR Apache-2.0 | | [_byteorder_](https://github.com/BurntSushi/byteorder) | 1.5.0 | [Andrew Gallant](mailto:jamslam@gmail.com) | Unlicense OR MIT | -| [_cc_](https://github.com/rust-lang/cc-rs) ⚒️ | 1.2.4 | [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 | +| [_cc_](https://github.com/rust-lang/cc-rs) ⚒️ | 1.2.7 | [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 | | [_cfg-if_](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 | | [_cpufeatures_](https://github.com/RustCrypto/utils) | 0.2.16 | RustCrypto Developers | MIT OR Apache-2.0 | | [_crypto-common_](https://github.com/RustCrypto/traits) | 0.1.6 | RustCrypto Developers | MIT OR Apache-2.0 | @@ -19,16 +19,16 @@ | [_hash32_](https://github.com/japaric/hash32) | 0.3.1 | [Jorge Aparicio](mailto:jorge@japaric.io) | MIT OR Apache-2.0 | | [_heapless_](https://github.com/rust-embedded/heapless) | 0.8.0 | [Jorge Aparicio](mailto:jorge@japaric.io), [Per Lindgren](mailto:per.lindgren@ltu.se), and [Emil Fresk](mailto:emil.fresk@gmail.com) | MIT OR Apache-2.0 | | [**_itoa_**](https://github.com/dtolnay/itoa) | 1.0.14 | [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | -| [_libc_](https://github.com/rust-lang/libc) | 0.2.168 | The Rust Project Developers | MIT OR Apache-2.0 | +| [_libc_](https://github.com/rust-lang/libc) | 0.2.169 | The Rust Project Developers | MIT OR Apache-2.0 | | [_proc-macro2_](https://github.com/dtolnay/proc-macro2) ⚒️ | 1.0.92 | [David Tolnay](mailto:dtolnay@gmail.com) and [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 | -| [_quote_](https://github.com/dtolnay/quote) ⚒️ | 1.0.37 | [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | -| [**_serde_**](https://github.com/serde-rs/serde) | 1.0.216 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | -| [_serde_derive_](https://github.com/serde-rs/serde) | 1.0.216 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | +| [_quote_](https://github.com/dtolnay/quote) ⚒️ | 1.0.38 | [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | +| [**_serde_**](https://github.com/serde-rs/serde) | 1.0.217 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | +| [_serde_derive_](https://github.com/serde-rs/serde) | 1.0.217 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | | [**_sha1_**](https://github.com/RustCrypto/hashes) | 0.10.6 | RustCrypto Developers | MIT OR Apache-2.0 | | [_sha1-asm_](https://github.com/RustCrypto/asm-hashes) | 0.5.3 | RustCrypto Developers | MIT | | [_shlex_](https://github.com/comex/rust-shlex) ⚒️ | 1.3.0 | [comex](mailto:comexk@gmail.com), [Fenhl](mailto:fenhl@fenhl.net), [Adrian Taylor](mailto:adetaylor@chromium.org), [Alex Touchet](mailto:alextouchet@outlook.com), [Daniel Parks](mailto:dp+git@oxidized.org), and [Garrett Berg](mailto:googberg@gmail.com) | MIT OR Apache-2.0 | | [_stable_deref_trait_](https://github.com/storyyeller/stable_deref_trait) | 1.2.0 | [Robert Grosse](mailto:n210241048576@gmail.com) | MIT OR Apache-2.0 | -| [_syn_](https://github.com/dtolnay/syn) ⚒️ | 2.0.90 | [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | +| [_syn_](https://github.com/dtolnay/syn) ⚒️ | 2.0.95 | [David Tolnay](mailto:dtolnay@gmail.com) | MIT OR Apache-2.0 | | [_typenum_](https://github.com/paholg/typenum) | 1.17.0 | [Paho Lurie-Gregg](mailto:paho@paholg.com) and [Andre Bogus](mailto:bogusandre@gmail.com) | MIT OR Apache-2.0 | | [_unicode-ident_](https://github.com/dtolnay/unicode-ident) ⚒️ | 1.0.14 | [David Tolnay](mailto:dtolnay@gmail.com) | (MIT OR Apache-2.0) AND Unicode-3.0 | | [_version_check_](https://github.com/SergioBenitez/version_check) ⚒️ | 0.9.5 | [Sergio Benitez](mailto:sb@sergio.bz) | MIT OR Apache-2.0 | diff --git a/Cargo.toml b/Cargo.toml index ca8fd7b..06dee2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cdtoc" -version = "0.6.0" +version = "0.6.1" authors = ["Josh Stoik "] edition = "2021" rust-version = "1.83" diff --git a/src/lib.rs b/src/lib.rs index 8395b5e..2f43167 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -54,25 +54,6 @@ The optional `serde` crate feature can be enabled to expose de/serialization imp | [`Toc`] | `String` | | | [`Track`] | `Map` | | | [`TrackPosition`] | `String` | | - - - -## Installation - -Add `cdtoc` to your `dependencies` in `Cargo.toml`, like: - -```ignore,toml -[dependencies] -cdtoc = "0.5.*" -``` - -The disc ID helpers require additional dependencies, so if you aren't using them, be sure to disable the default features (adding back any you _do_ want) to skip the overhead. - -```ignore,toml -[dependencies.cdtoc] -version = "0.5.*" -default-features = false -``` */ #![deny( @@ -124,7 +105,6 @@ default-features = false )] #![expect(clippy::doc_markdown, reason = "This gets annoying with names like MusicBrainz.")] -#![expect(clippy::module_name_repetitions, reason = "Repetition is preferred.")] #![cfg_attr(docsrs, feature(doc_cfg))]