From 3c01bce622a3fb3c82c62ec82afa02c51584b1e0 Mon Sep 17 00:00:00 2001 From: Nikita Strygin Date: Thu, 2 Feb 2023 23:17:49 +0300 Subject: [PATCH] chore: Release --- Cargo.lock | 8 ++++---- sdu/Cargo.toml | 2 +- shin-core/Cargo.toml | 2 +- shin-derive/Cargo.toml | 2 +- shin/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59e0fb0..08741db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2619,7 +2619,7 @@ dependencies = [ [[package]] name = "sdu" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "bytes", @@ -2725,7 +2725,7 @@ dependencies = [ [[package]] name = "shin" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "arrayvec 0.7.2", @@ -2777,7 +2777,7 @@ dependencies = [ [[package]] name = "shin-core" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-trait", @@ -2806,7 +2806,7 @@ dependencies = [ [[package]] name = "shin-derive" -version = "0.2.0" +version = "0.2.1" dependencies = [ "darling", "itertools", diff --git a/sdu/Cargo.toml b/sdu/Cargo.toml index faf0d21..c95020d 100644 --- a/sdu/Cargo.toml +++ b/sdu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdu" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Cli tool for working with shin-specific file formats" repository = "https://github.com/DCNick3/shin" diff --git a/shin-core/Cargo.toml b/shin-core/Cargo.toml index ac7e826..d2b84fe 100644 --- a/shin-core/Cargo.toml +++ b/shin-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-core" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Core library for the Shin engine: file formats support, virtual machine, etc" repository = "https://github.com/DCNick3/shin" diff --git a/shin-derive/Cargo.toml b/shin-derive/Cargo.toml index f15697e..60ce0eb 100644 --- a/shin-derive/Cargo.toml +++ b/shin-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-derive" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Shin derive macros" repository = "https://github.com/DCNick3/shin" diff --git a/shin/Cargo.toml b/shin/Cargo.toml index 8ee3b22..4dd9db5 100644 --- a/shin/Cargo.toml +++ b/shin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "A visual novel engine used by some entergram games" repository = "https://github.com/DCNick3/shin"