From 96e2f9a01e463c9f61025b93d5961fd883b5ccab Mon Sep 17 00:00:00 2001 From: Nicola Orru Date: Sat, 27 Jan 2018 23:54:29 +0000 Subject: [PATCH] Upped to version 0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f88a75c..de46213 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -966,7 +966,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rust-oids" -version = "0.7.0" +version = "0.8.0" dependencies = [ "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f86009d..da66329 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-oids" -version = "0.7.0" +version = "0.8.0" authors = [ "norru " ]