Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
DCNick3 committed Feb 2, 2023
1 parent 8322b0d commit a453002
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
tag-prefix = ""
2 changes: 1 addition & 1 deletion junk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ image = "0.24.5"

[package.metadata.release]
release = false
publish = false
publish = false
4 changes: 2 additions & 2 deletions sdu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
hound = "3.5.0"
4 changes: 2 additions & 2 deletions shin-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -37,4 +37,4 @@ smartstring = "1.0.1"
once_cell = "1.16.0"
bitvec = "1.0.1"

opus = "0.3.0"
opus = "0.3.0"
2 changes: 1 addition & 1 deletion shin-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions shin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -78,4 +78,4 @@ default = []
[package.metadata.release]
# this crate is not ready for publishing yet
# (it has git dependencies)
publish = false
publish = false

0 comments on commit a453002

Please sign in to comment.