Skip to content

Commit bad8c61

Browse files
authored
Bump cargo-component to 0.9.1. (#249)
1 parent 10b7447 commit bad8c61

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = { workspace = true }
99
readme = "README.md"
1010

1111
[workspace.package]
12-
version = "0.9.0"
12+
version = "0.9.1"
1313
edition = "2021"
1414
authors = ["Peter Huene <[email protected]>"]
1515
license = "Apache-2.0 WITH LLVM-exception"
@@ -65,7 +65,7 @@ wasmprinter = { workspace = true }
6565
members = ["crates/core", "crates/wit"]
6666

6767
[workspace.dependencies]
68-
cargo-component-core = { path = "crates/core", version = "0.9.0" }
68+
cargo-component-core = { path = "crates/core", version = "0.9.1" }
6969
warg-protocol = "0.3.0"
7070
warg-crypto = "0.3.0"
7171
warg-client = "0.3.0"

crates/wit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "wit"
33
# This tool has an independent version from `cargo-component`.
4-
version = "0.8.0"
4+
version = "0.8.1"
55
description = "A tool for building and publishing WIT packages to a registry."
66
edition = { workspace = true }
77
authors = { workspace = true }

0 commit comments

Comments
 (0)