From 9a919c0851f078f7582a6ca012efc76fd75a615a Mon Sep 17 00:00:00 2001 From: Yann Prono Date: Thu, 19 Dec 2024 20:09:17 +0100 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84dd3af..9c275f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ dependencies = [ [[package]] name = "nom-kconfig" -version = "0.2.0" +version = "0.2.1" dependencies = [ "criterion", "nom", diff --git a/Cargo.toml b/Cargo.toml index 67ac8d0..33790f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nom-kconfig" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["yann Prono"] repository = "https://github.com/Mcdostone/nom-kconfig"