diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 2823412..8dc96b6 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -8,7 +8,7 @@ authors = [ ] documentation = "https://docs.rs/saphyr-parser" keywords = [ "yaml", "parser", "deserialization" ] -categories = [ "encoding", "parser-implementations" ] +categories = [ "encoding", "parser-implementations", "parsing" ] license = "MIT OR Apache-2.0" description = "A fully YAML 1.2 compliant YAML parser" repository = "https://github.com/saphyr-rs/saphyr-parser" diff --git a/parser/src/lib.rs b/parser/src/lib.rs index a820a75..5097fe1 100644 --- a/parser/src/lib.rs +++ b/parser/src/lib.rs @@ -23,8 +23,6 @@ //! # Features //! **Note:** With all features disabled, this crate's MSRV is `1.65.0`. //! -//! The MSRV for this feature is `1.70.0`. -//! //! #### `debug_prints` //! Enables the `debug` module and usage of debug prints in the scanner and the parser. Do not //! enable if you are consuming the crate rather than working on it as this can significantly