Skip to content

Commit

Permalink
Bump version to 0.8.0. (#234)
Browse files Browse the repository at this point in the history
* Bump Wasmtime version in CI.

* Bump version to 0.8.0.

This commit also bumps `wit` to 0.7.0.
  • Loading branch information
peterhuene committed Feb 22, 2024
1 parent 4151b54 commit 4d7c3ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: bytecodealliance/actions/wasmtime/setup@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
version: "v17.0.0"
version: "v18.0.1"
- name: Run all tests
run: cargo test --all

Expand Down
6 changes: 3 additions & 3 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 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.7.1"
version = "0.8.0"
edition = "2021"
authors = ["Peter Huene <peter@huene.dev>"]
license = "Apache-2.0 WITH LLVM-exception"
Expand Down Expand Up @@ -64,7 +64,7 @@ wasmprinter = { workspace = true }
members = ["crates/core", "crates/wit"]

[workspace.dependencies]
cargo-component-core = { path = "crates/core", version = "0.7.1" }
cargo-component-core = { path = "crates/core", version = "0.8.0" }
warg-protocol = "0.3.0"
warg-crypto = "0.3.0"
warg-client = "0.3.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.6.1"
version = "0.7.0"
description = "A tool for building and publishing WIT packages to a registry."
edition = { workspace = true }
authors = { workspace = true }
Expand Down

0 comments on commit 4d7c3ac

Please sign in to comment.