From 981a3aebe2978ec6dbbce5f728e6ee805d2574a5 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 13 May 2020 23:00:01 +0200 Subject: [PATCH] Bump version again to 0.2.0 this time, since the revert to plain serde_urlencoded logic was actually a breaking change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab6ef797..bbeb0b44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Isaiah Inuwa ", "Anthony Ramine ", ] -version = "0.1.4" +version = "0.2.0" repository = "https://github.com/ruma/ruma-serde" edition = "2018"