From f5a6c0fc4406135c3e636247cdc6cdc18023ebe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Fri, 28 Oct 2016 20:30:03 +0200 Subject: [PATCH] Release 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ea266c..beba1f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MPL-2.0" name = "rustbreak" readme = "README.md" repository = "https://github.com/TheNeikos/rustbreak" -version = "0.2.1" +version = "1.0.0" [dependencies] bincode = { version = "0.6.0", optional = true }