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

Commit 7ea385f

Browse files
committed
re-released v0.4.1 as v0.4.4 to revert breaking changes that need to be yanked in v0.4.2 and v0.4.3
1 parent b56a337 commit 7ea385f

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

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
@@ -63,7 +63,7 @@ postgres = ["warg-server/postgres"]
6363
members = ["crates/server"]
6464

6565
[workspace.package]
66-
version = "0.4.1"
66+
version = "0.4.4"
6767
authors = ["The Warg Registry Project Developers"]
6868
edition = "2021"
6969
rust-version = "1.66.0"
@@ -73,14 +73,14 @@ repository = "https://github.com/bytecodealliance/registry"
7373

7474
[workspace.dependencies]
7575
ptree = "0.4.0"
76-
warg-api = { path = "crates/api", version = "0.4.1" }
77-
warg-credentials = { path = "crates/credentials", version = "0.4.1" }
78-
warg-client = { path = "crates/client", version = "0.4.1" }
79-
warg-crypto = { path = "crates/crypto", version = "0.4.1" }
80-
warg-protobuf = { path = "proto", version = "0.4.1" }
81-
warg-protocol = { path = "crates/protocol", version = "0.4.1" }
82-
warg-transparency = { path = "crates/transparency", version = "0.4.1" }
83-
warg-server = { path = "crates/server", version = "0.4.1" }
76+
warg-api = { path = "crates/api", version = "0.4.4" }
77+
warg-credentials = { path = "crates/credentials", version = "0.4.4" }
78+
warg-client = { path = "crates/client", version = "0.4.4" }
79+
warg-crypto = { path = "crates/crypto", version = "0.4.4" }
80+
warg-protobuf = { path = "proto", version = "0.4.4" }
81+
warg-protocol = { path = "crates/protocol", version = "0.4.4" }
82+
warg-transparency = { path = "crates/transparency", version = "0.4.4" }
83+
warg-server = { path = "crates/server", version = "0.4.4" }
8484
clap = { version = "4.3.24", features = ["derive", "env"] }
8585
thiserror = "1.0.56"
8686
keyring = "2.3.0"

0 commit comments

Comments
 (0)