Skip to content

Commit

Permalink
set version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrp committed Aug 30, 2024
1 parent 30f017b commit c4e4bcf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ native-tls = ["warg-client/native-tls"]
members = ["crates/server"]

[workspace.package]
version = "0.8.0-dev"
version = "0.8.0"
authors = ["The Warg Registry Project Developers"]
edition = "2021"
rust-version = "1.76.0"
Expand All @@ -77,14 +77,14 @@ repository = "https://github.com/bytecodealliance/registry"
[workspace.dependencies]
dialoguer = "0.11.0"
ptree = "0.4.0"
warg-api = { path = "crates/api", version = "0.8.0-dev" }
warg-credentials = { path = "crates/credentials", version = "0.8.0-dev" }
warg-client = { path = "crates/client", version = "0.8.0-dev" }
warg-crypto = { path = "crates/crypto", version = "0.8.0-dev" }
warg-protobuf = { path = "proto", version = "0.8.0-dev" }
warg-protocol = { path = "crates/protocol", version = "0.8.0-dev" }
warg-transparency = { path = "crates/transparency", version = "0.8.0-dev" }
warg-server = { path = "crates/server", version = "0.8.0-dev" }
warg-api = { path = "crates/api", version = "0.8.0" }
warg-credentials = { path = "crates/credentials", version = "0.8.0" }
warg-client = { path = "crates/client", version = "0.8.0" }
warg-crypto = { path = "crates/crypto", version = "0.8.0" }
warg-protobuf = { path = "proto", version = "0.8.0" }
warg-protocol = { path = "crates/protocol", version = "0.8.0" }
warg-transparency = { path = "crates/transparency", version = "0.8.0" }
warg-server = { path = "crates/server", version = "0.8.0" }
clap = { version = "4.3.24", features = ["derive", "env"] }
thiserror = "1.0.56"
keyring = "2.3.3"
Expand Down

0 comments on commit c4e4bcf

Please sign in to comment.