Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit cba7021

Browse files
committed
set version 0.10.0
1 parent ec28719 commit cba7021

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ native-tls = ["warg-client/native-tls"]
6666
members = ["crates/server"]
6767

6868
[workspace.package]
69-
version = "0.9.0-dev"
69+
version = "0.10.0"
7070
authors = ["The Warg Registry Project Developers"]
7171
edition = "2021"
7272
rust-version = "1.76.0"
@@ -77,14 +77,14 @@ repository = "https://github.com/bytecodealliance/registry"
7777
[workspace.dependencies]
7878
dialoguer = "0.11.0"
7979
ptree = "0.5.2"
80-
warg-api = { path = "crates/api", version = "0.9.0-dev" }
81-
warg-credentials = { path = "crates/credentials", version = "0.9.0-dev" }
82-
warg-client = { path = "crates/client", version = "0.9.0-dev" }
83-
warg-crypto = { path = "crates/crypto", version = "0.9.0-dev" }
84-
warg-protobuf = { path = "proto", version = "0.9.0-dev" }
85-
warg-protocol = { path = "crates/protocol", version = "0.9.0-dev" }
86-
warg-transparency = { path = "crates/transparency", version = "0.9.0-dev" }
87-
warg-server = { path = "crates/server", version = "0.9.0-dev" }
80+
warg-api = { path = "crates/api", version = "0.10.0" }
81+
warg-credentials = { path = "crates/credentials", version = "0.10.0" }
82+
warg-client = { path = "crates/client", version = "0.10.0" }
83+
warg-crypto = { path = "crates/crypto", version = "0.10.0" }
84+
warg-protobuf = { path = "proto", version = "0.10.0" }
85+
warg-protocol = { path = "crates/protocol", version = "0.10.0" }
86+
warg-transparency = { path = "crates/transparency", version = "0.10.0" }
87+
warg-server = { path = "crates/server", version = "0.10.0" }
8888
clap = { version = "4.3.24", features = ["derive", "env"] }
8989
thiserror = "1.0.56"
9090
keyring = "3.6.1"

0 commit comments

Comments
 (0)