From 6b609568d2c2f78291e6d232cc2d89b5c6478726 Mon Sep 17 00:00:00 2001 From: Nicolas Vogt <45093608+nfwvogt@users.noreply.github.com> Date: Wed, 30 Jun 2021 14:29:49 +0200 Subject: [PATCH] Update Cargo.toml --- roqoqo-derive/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roqoqo-derive/Cargo.toml b/roqoqo-derive/Cargo.toml index 630e8d9e..acb3a7f5 100644 --- a/roqoqo-derive/Cargo.toml +++ b/roqoqo-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roqoqo-derive" -version = "0.1.0" +version = "0.1.1" authors = ["HQS Quantum Simulations "] license = "Apache-2.0" edition = "2018" @@ -19,4 +19,4 @@ quote = "1.0" [features] default = [] -overrotate = [] \ No newline at end of file +overrotate = []