raad crate for eating and pushing bytes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6963393..8b3c186 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raad"
-version = "0.1.1"
+version = "0.1.2"
authors = ["bend-n <[email protected]>"]
license = "MIT"
edition = "2021"
@@ -8,7 +8,7 @@ description = "raad library for reading and writing bytes"
repository = "https://github.com/bend-n/raad"
exclude = ["tdata", "benches/", ".gitignore"]
categories = ["encoding", "parsing"]
-rust-version = "1.79"
+rust-version = "1.78"
keywords = ["data", "read", "write", "io"]
[package.metadata.docs.rs]