Skip to content

Commit

Permalink
set version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrp committed May 16, 2024
1 parent 9c0abc3 commit bf4a549
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = { workspace = true }
repository = { workspace = true }

[workspace.package]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Peter Huene <[email protected]>"]
license = "Apache-2.0 WITH LLVM-exception"
Expand Down Expand Up @@ -52,10 +52,10 @@ native-tls-vendored = ["warg-client?/native-tls-vendored"]
members = ["examples/programmatic"]

[workspace.dependencies]
wac-parser = { path = "crates/wac-parser", version = "0.1.0", default-features = false }
wac-resolver = { path = "crates/wac-resolver", version = "0.1.0", default-features = false }
wac-graph = { path = "crates/wac-graph", version = "0.1.0" }
wac-types = { path = "crates/wac-types", version = "0.1.0" }
wac-parser = { path = "crates/wac-parser", version = "0.2.0", default-features = false }
wac-resolver = { path = "crates/wac-resolver", version = "0.2.0", default-features = false }
wac-graph = { path = "crates/wac-graph", version = "0.2.0" }
wac-types = { path = "crates/wac-types", version = "0.2.0" }
wit-parser = "0.202.0"
wasmparser = "0.202.0"
wit-component = "0.202.0"
Expand Down

0 comments on commit bf4a549

Please sign in to comment.