From 4978ab87963494ec179c57962a43f5dfcc27318a Mon Sep 17 00:00:00 2001 From: m4b Date: Sat, 22 Sep 2018 22:14:40 -0700 Subject: [PATCH] build: bump version to 0.9.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00018d8..6f0e626 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scroll" -version = "0.9.1" +version = "0.9.2" authors = ["m4b ", "Ted Mielczarek "] readme = "README.md" keywords = ["bytes", "endian", "immutable", "pread", "pwrite"]