From 880a281afe6f49109a90e2a8bb943c02a360bf49 Mon Sep 17 00:00:00 2001 From: Katsutoshi Horie Date: Sat, 2 Nov 2019 10:54:06 +0900 Subject: [PATCH] Bump version to 0.2.3 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e38eaf2..cb2617c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cdr" -version = "0.2.2" +version = "0.2.3" authors = ["Katsutoshi Horie "] description = """ A serialization/deserialization implementation of Common Data Representation diff --git a/README.md b/README.md index 65bda8e..6fc7195 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add this to your Cargo.toml: ``` toml [dependencies] -cdr = "0.2.2" +cdr = "0.2.3" ``` ## License