Skip to content

Commit

Permalink
chore: bump crate version to prepare for publishing (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored Sep 5, 2024
1 parent 613fea2 commit b0156e7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions rust2go-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust2go-cli"
version = "0.3.8"
version = "0.3.9"

description = "Rust2go commandline tool."

Expand All @@ -12,7 +12,7 @@ license.workspace = true
repository.workspace = true

[dependencies]
rust2go-common = { version = "0.3.10", path = "../rust2go-common" }
rust2go-common = { version = "0.3.11", path = "../rust2go-common" }

clap = { version = "4", features = ["derive"] }
cbindgen = { version = "0.27", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion rust2go-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust2go-common"
version = "0.3.10"
version = "0.3.11"

description = "Rust2go common library."

Expand Down
2 changes: 1 addition & 1 deletion rust2go-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository.workspace = true
proc-macro = true

[dependencies]
rust2go-common = { version = "0.3.9", path = "../rust2go-common" }
rust2go-common = { version = "0.3.11", path = "../rust2go-common" }

proc-macro2 = { version = "1" }
quote = { version = "1" }
Expand Down
4 changes: 2 additions & 2 deletions rust2go/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust2go"
version = "0.3.15"
version = "0.3.16"

description = "Rust2go main shared library."

Expand All @@ -14,7 +14,7 @@ repository.workspace = true
[dependencies]
rust2go-macro = { version = "0.3.9", path = "../rust2go-macro" }
rust2go-convert = { version = "0.1.0", path = "../rust2go-convert" }
rust2go-cli = { version = "0.3.8", path = "../rust2go-cli", optional = true }
rust2go-cli = { version = "0.3.9", path = "../rust2go-cli", optional = true }

bindgen = { version = "0.70", optional = true }
syn = { version = "2", features = ["full"], optional = true }
Expand Down

0 comments on commit b0156e7

Please sign in to comment.