From 682f59695ec59f16e577d53ba55a88a57b042fc7 Mon Sep 17 00:00:00 2001 From: Yamakaky Date: Fri, 23 Dec 2016 14:00:07 -0500 Subject: [PATCH] (cargo-release) version 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c3465f2..782c8453 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "dcpu-server" -version = "0.1.0" +version = "0.5.0" dependencies = [ "bytes 0.4.0-dev (git+https://github.com/carllerche/bytes)", "dcpu 0.4.0", diff --git a/Cargo.toml b/Cargo.toml index 1ff6813d..9b20c403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "LGPL-3.0" name = "dcpu" readme = "README.md" repository = "https://github.com/Yamakaky/dcpu" -version = "0.4.0" +version = "0.5.0" [features] default = ["bins", "debugger-cli", "glium", "old-device-id"]