raad crate for eating and pushing bytes
man
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "raad" -version = "0.1.3" +version = "0.1.4" authors = ["bend-n <[email protected]>"] license = "MIT" edition = "2021" @@ -1,5 +1,5 @@ #![doc = include_str!("../README.md")] -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![warn( clippy::undocumented_unsafe_blocks, clippy::missing_const_for_fn, |