From 306aefe98177f9b45dd2c4beae2d02720ea95543 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 22 May 2024 10:58:18 +0300 Subject: [PATCH] Bump version --- embd-macros/Cargo.toml | 2 +- embd/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/embd-macros/Cargo.toml b/embd-macros/Cargo.toml index 3197baf..8effbf1 100644 --- a/embd-macros/Cargo.toml +++ b/embd-macros/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" keywords = [ "embedding", "files", "debug-optimization", "bundling" ] categories = [ "filesystem" ] authors = [ "RGBCube" ] -version = "0.1.1" +version = "0.1.2" edition = "2021" [lib] diff --git a/embd/Cargo.toml b/embd/Cargo.toml index 0c133bd..23a0494 100644 --- a/embd/Cargo.toml +++ b/embd/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" keywords = [ "embedding", "files", "debug-optimization", "bundling" ] categories = [ "filesystem" ] authors = [ "RGBCube" ] -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies]