From 29f76ca95d295bca36ec53cd8da72217c5aa0f75 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 3 Feb 2017 03:12:06 -0800 Subject: [PATCH] Bump version to 0.8.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 383ea704..e3e6dbc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ruma-identifiers" readme = "README.md" repository = "https://github.com/ruma/ruma-identifiers" -version = "0.7.0" +version = "0.8.0" [dependencies] lazy_static = "0.2"