From a4530025700261daac89af9529a6e8f3b307d79e Mon Sep 17 00:00:00 2001 From: Nikita Strygin Date: Thu, 2 Feb 2023 19:33:47 +0300 Subject: [PATCH] chore: Release --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- junk/Cargo.toml | 2 +- sdu/Cargo.toml | 4 ++-- shin-core/Cargo.toml | 4 ++-- shin-derive/Cargo.toml | 2 +- shin/Cargo.toml | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bafd5c..999221f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3077,7 +3077,7 @@ dependencies = [ [[package]] name = "sdu" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "bytes", @@ -3217,7 +3217,7 @@ dependencies = [ [[package]] name = "shin" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "arrayvec 0.7.2", @@ -3267,7 +3267,7 @@ dependencies = [ [[package]] name = "shin-core" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "async-trait", @@ -3296,7 +3296,7 @@ dependencies = [ [[package]] name = "shin-derive" -version = "0.1.0" +version = "0.2.0" dependencies = [ "darling 0.14.2", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 2ad4365..2e7c2f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,4 @@ split-debuginfo = "packed" [workspace.metadata.release] shared-version = true publish = false # can't publish yet because of enum-map git dep -tag-prefix = "" \ No newline at end of file +tag-prefix = "" diff --git a/junk/Cargo.toml b/junk/Cargo.toml index b5aa57a..c1ec914 100644 --- a/junk/Cargo.toml +++ b/junk/Cargo.toml @@ -16,4 +16,4 @@ image = "0.24.5" [package.metadata.release] release = false -publish = false \ No newline at end of file +publish = false diff --git a/sdu/Cargo.toml b/sdu/Cargo.toml index 26a9544..faf0d21 100644 --- a/sdu/Cargo.toml +++ b/sdu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdu" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Cli tool for working with shin-specific file formats" repository = "https://github.com/DCNick3/shin" @@ -19,4 +19,4 @@ bytes = "1.2.1" itertools = "0.10.5" clap_complete = "4.0.6" counter = "0.5.7" -hound = "3.5.0" \ No newline at end of file +hound = "3.5.0" diff --git a/shin-core/Cargo.toml b/shin-core/Cargo.toml index 7e77a67..ac7e826 100644 --- a/shin-core/Cargo.toml +++ b/shin-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-core" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Core library for the Shin engine: file formats support, virtual machine, etc" repository = "https://github.com/DCNick3/shin" @@ -37,4 +37,4 @@ smartstring = "1.0.1" once_cell = "1.16.0" bitvec = "1.0.1" -opus = "0.3.0" \ No newline at end of file +opus = "0.3.0" diff --git a/shin-derive/Cargo.toml b/shin-derive/Cargo.toml index a5799a2..f15697e 100644 --- a/shin-derive/Cargo.toml +++ b/shin-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin-derive" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Shin derive macros" repository = "https://github.com/DCNick3/shin" diff --git a/shin/Cargo.toml b/shin/Cargo.toml index 95f7dc6..77c922c 100644 --- a/shin/Cargo.toml +++ b/shin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shin" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "A visual novel engine used by some entergram games" repository = "https://github.com/DCNick3/shin" @@ -78,4 +78,4 @@ default = [] [package.metadata.release] # this crate is not ready for publishing yet # (it has git dependencies) -publish = false \ No newline at end of file +publish = false