Skip to content

Commit 3359c89

Browse files
committed
set version 0.13.1
1 parent d6f1496 commit 3359c89

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
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.14.0-dev"
12+
version = "0.13.1"
1313
edition = "2021"
1414
authors = ["Peter Huene <[email protected]>"]
1515
license = "Apache-2.0 WITH LLVM-exception"
@@ -66,7 +66,7 @@ wasmprinter = { workspace = true }
6666
members = ["crates/core", "crates/wit"]
6767

6868
[workspace.dependencies]
69-
cargo-component-core = { path = "crates/core", version = "0.14.0-dev" }
69+
cargo-component-core = { path = "crates/core", version = "0.13.1" }
7070
warg-protocol = "0.7.0"
7171
warg-crypto = "0.7.0"
7272
warg-client = "0.7.0"

crates/wit/Cargo.toml

+1-1
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.14.0-dev"
4+
version = "0.13.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)