Skip to content

Commit 47f7bc1

Browse files
committed
chore: prep for release
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
1 parent 1771387 commit 47f7bc1

4 files changed

Lines changed: 37 additions & 38 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
go-version: 'stable'
3737
- uses: bytecodealliance/actions/wasmtime/setup@v1
3838
with:
39-
version: "43.0.0"
39+
version: "44.0.1"
4040
- run: rustup update stable --no-self-update && rustup default stable
4141
- run: cargo test --workspace

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ members = ["./tests"]
1515
anyhow = "1.0.102"
1616
bzip2 = "0.6.1"
1717
once_cell = "1.21.3"
18-
reqwest = { version = "0.13.1", features = ["blocking"] }
19-
tar = "0.4"
18+
reqwest = { version = "0.13.3", features = ["blocking"] }
19+
tar = "0.4.46"
2020

2121
[workspace.package]
22-
version = "0.3.3"
22+
version = "0.3.4"
2323
edition = "2024"
2424

2525
[workspace.lints.clippy]
@@ -42,13 +42,12 @@ anyhow = { workspace = true }
4242
bzip2 = { workspace = true }
4343
reqwest = { workspace = true }
4444
tar = { workspace = true }
45-
clap = { version = "4.5.60", features = ["derive"] }
45+
clap = { version = "4.6.1", features = ["derive"] }
4646
regex = "1.12.3"
4747
serde = { version = "1.0.228", features = ["derive"] }
4848
toml = "1.1.0"
49-
# TODO: Switch to release 0.55.0 when it's available:
50-
wit-bindgen-go = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "6a13b247" }
51-
wit-component = "0.245.1"
52-
wit-parser = "0.245.1"
49+
wit-bindgen-go = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "95995ce0abdfec2609d44d04537fe5378c1349c0" }
50+
wit-component = "0.249.0"
51+
wit-parser = "0.249.0"
5352
which = "8.0.2"
5453
dirs = "6.0.0"

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
// Although `componentize-go` is written in Rust, we can use this wrapper to
2525
// make it available using e.g. `go install` and/or `go tool`.
2626
func main() {
27-
release := "v0.3.3"
27+
release := "v0.3.4"
2828

2929
directories := userdirs.ForApp(
3030
"componentize-go",

0 commit comments

Comments
 (0)