From 62303ec788b890b824fd277e04cf7b884183e469 Mon Sep 17 00:00:00 2001 From: creativcoder Date: Fri, 27 Nov 2020 01:34:22 +0530 Subject: [PATCH] v0.2.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1faae9c..74b4536 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avrow" -version = "0.2.0" +version = "0.2.1" authors = ["creativcoder "] edition = "2018" repository = "https://github.com/creativcoder/avrow" diff --git a/src/lib.rs b/src/lib.rs index fde0e4e..c00d28a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,7 @@ //! Add avrow to your `Cargo.toml`: //!```toml //! [dependencies] -//! avrow = "0.2.0" +//! avrow = "0.2.1" //!``` //! ## A hello world example of reading and writing avro data files