Skip to content

Commit

Permalink
Cherry pick fix for 0.4.1 release. (#183) (#186)
Browse files Browse the repository at this point in the history
* Suppress dead code warnings in bindings. (#182)

This commit suppresses dead code warnings caused by unused imports in the
generated bindings.

* Add release branches to CI.

* Bump patch versions.
  • Loading branch information
peterhuene authored Nov 8, 2023
1 parent f79f9c1 commit 00bab4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = { workspace = true }
readme = "README.md"

[workspace.package]
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Peter Huene <[email protected]>"]
license = "Apache-2.0 WITH LLVM-exception"
Expand Down Expand Up @@ -61,8 +61,8 @@ members = ["crates/bindings", "crates/macro", "crates/core", "crates/wit"]
exclude = ["target/tests"]

[workspace.dependencies]
cargo-component-core = { path = "crates/core", version = "0.4.0" }
cargo-component-macro = { path = "crates/macro", version = "0.4.0" }
cargo-component-core = { path = "crates/core", version = "0.4.1" }
cargo-component-macro = { path = "crates/macro", version = "0.4.1" }
warg-protocol = "0.2.0"
warg-crypto = "0.2.0"
warg-client = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/wit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wit"
# This tool has an independent version from `cargo-component`.
version = "0.3.0"
version = "0.3.1"
description = "A tool for building and publishing WIT packages to a registry."
edition = { workspace = true }
authors = { workspace = true }
Expand Down

0 comments on commit 00bab4a

Please sign in to comment.