From 30e6d7b47d8df032f5cbdd82c129c12c5aace531 Mon Sep 17 00:00:00 2001 From: lumi Date: Sun, 20 Aug 2017 17:50:42 +0200 Subject: [PATCH] woops, had to bump to 0.3.0, not 0.2.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07b8713a..49381517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.2.4" +version = "0.3.0" authors = ["lumi ", "Emmanuel Gil Peyrot "] description = "A crate which provides a Jid struct for Jabber IDs." homepage = "https://gitlab.com/lumi/jid-rs"