Skip to content

Commit

Permalink
updated version to 0.4.0-dev (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrp authored Feb 7, 2024
1 parent cf62106 commit ee746aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ postgres = ["warg-server/postgres"]
members = ["crates/server"]

[workspace.package]
version = "0.3.0-dev"
version = "0.4.0-dev"
authors = ["The Warg Registry Project Developers"]
edition = "2021"
rust-version = "1.66.0"
Expand All @@ -58,13 +58,13 @@ homepage = "https://warg.io/"
repository = "https://github.com/bytecodealliance/registry"

[workspace.dependencies]
warg-api = { path = "crates/api", version = "0.3.0-dev" }
warg-client = { path = "crates/client", version = "0.3.0-dev" }
warg-crypto = { path = "crates/crypto", version = "0.3.0-dev" }
warg-protobuf = { path = "proto", version = "0.3.0-dev" }
warg-protocol = { path = "crates/protocol", version = "0.3.0-dev" }
warg-transparency = { path = "crates/transparency", version = "0.3.0-dev" }
warg-server = { path = "crates/server", version = "0.3.0-dev" }
warg-api = { path = "crates/api", version = "0.4.0-dev" }
warg-client = { path = "crates/client", version = "0.4.0-dev" }
warg-crypto = { path = "crates/crypto", version = "0.4.0-dev" }
warg-protobuf = { path = "proto", version = "0.4.0-dev" }
warg-protocol = { path = "crates/protocol", version = "0.4.0-dev" }
warg-transparency = { path = "crates/transparency", version = "0.4.0-dev" }
warg-server = { path = "crates/server", version = "0.4.0-dev" }
clap = { version = "4.3.24", features = ["derive", "env"] }
thiserror = "1.0.56"
anyhow = "1.0.79"
Expand Down

0 comments on commit ee746aa

Please sign in to comment.