Skip to content

Commit

Permalink
Version dance
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Apr 19, 2024
1 parent 615823a commit 7c0e866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
ct-codecs = "1"
log = "0.4"
thiserror = "1"
wit-component = { path = "src/ext/wit-component" }
wit-component = { version = "0.205.0", package = "wit-component-update", path = "src/ext/wit-component" }

[package.metadata.deb]
extended-description = """\
Expand Down
3 changes: 2 additions & 1 deletion src/src/ext/wit-component/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
edition = "2021"
name = "wit-component"
name = "wit-component-update"
authors = ["Peter Huene <[email protected]>"]
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
Expand All @@ -10,6 +10,7 @@ documentation = "https://docs.rs/wit-component"
description = """
Tooling for working with `*.wit` and component files together.
"""
version = "0.205.0"

[dependencies]
wasmparser = "0.205.0"
Expand Down

0 comments on commit 7c0e866

Please sign in to comment.