Skip to content

Commit

Permalink
Bump warg-api crate version. (#210)
Browse files Browse the repository at this point in the history
This PR sets the `warg-api` crate version to 0.1.1.

I accidentally published a 0.1.0 placeholder crate for the `warg-api`
crate, which has now been yanked.

To workaround this, `warg-api` will be at 0.1.1 and the rest of the
crates will be 0.1.0 until a 0.2.0 release.
  • Loading branch information
peterhuene authored Sep 27, 2023
1 parent 532a81b commit 8de56a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ homepage = "https://warg.io/"
repository = "https://github.com/bytecodealliance/registry"

[workspace.dependencies]
warg-api = { path = "crates/api", version = "0.1.0" }
# TODO: set this back to a matching version for the next release
warg-api = { path = "crates/api", version = "0.1.1" }
warg-client = { path = "crates/client", version = "0.1.0" }
warg-crypto = { path = "crates/crypto", version = "0.1.0" }
warg-protobuf = { path = "proto", version = "0.1.0" }
Expand Down
3 changes: 2 additions & 1 deletion crates/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "warg-api"
description = "Serializable types for the Warg registry REST API."
version = { workspace = true }
# TODO: set this back to the workspace version before next release
version = "0.1.1"
edition = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
Expand Down

0 comments on commit 8de56a8

Please sign in to comment.