From 32152877b2ee2d13b245e961d4239f5942952b7d Mon Sep 17 00:00:00 2001 From: Niels Saurer Date: Tue, 22 Jun 2021 20:28:20 +0200 Subject: [PATCH] Update version to v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab34b76..9577236 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -144,7 +144,7 @@ dependencies = [ [[package]] name = "imp" -version = "0.1.0" +version = "0.1.1" dependencies = [ "lalrpop", "lalrpop-util", diff --git a/Cargo.toml b/Cargo.toml index 088f494..ad37b64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imp" -version = "0.1.0" +version = "0.1.1" authors = ["Niels Saurer "] edition = "2018"