Skip to content

Commit

Permalink
released 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-229 committed Aug 29, 2023
1 parent c5b7e28 commit cf82ee5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r18"
version = "0.4.3"
version = "0.5.0"
edition = "2021"
description = "A simply I18n crate for Rust."
license = "MIT"
Expand All @@ -20,7 +20,7 @@ oxilangtag = "0.1"
phf = { version = "0.11.2", features = ["macros"] }
dynfmt = { version = "0.1.5", default-features = false, features = ["curly"] }

r18-proc-macros = { path = "./proc-macros", version = "0.4.2" }
r18-proc-macros = { path = "./proc-macros", version = "0.5.0" }

[workspace]
members = [
Expand Down
6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-r18"
version = "0.2.3"
version = "0.3.0"
edition = "2021"
description = "A CLI tool for crate r18"
license = "MIT"
Expand All @@ -15,6 +15,6 @@ authors = [
[dependencies]
mod_use = "0.2.1"
walkdir = "2.3"
r18-trans-support = { path = "../trans-support", version = "0.4.2" }
clap = { version = "4.2.5", features = ["derive", "cargo"] }
r18-trans-support = { path = "../trans-support", version = "0.5.0" }
clap = { version = "4.4.1", features = ["derive", "cargo"] }
oxilangtag = "0.1"
4 changes: 2 additions & 2 deletions proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r18-proc-macros"
version = "0.4.2"
version = "0.5.0"
edition = "2021"
description = "r18 procedure macros"
license = "MIT"
Expand All @@ -12,7 +12,7 @@ authors = [
build = "build.rs"

[dependencies]
r18-trans-support = { path = "../trans-support", version = "0.4.2" }
r18-trans-support = { path = "../trans-support", version = "0.5.0" }

proc-macro2 = "1.0"
quote = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion trans-support/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r18-trans-support"
version = "0.4.2"
version = "0.5.0"
edition = "2021"
description = "r18 translation support"
license = "MIT"
Expand Down

0 comments on commit cf82ee5

Please sign in to comment.