diff --git a/Cargo.toml b/Cargo.toml index 8025dce..decb804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ members = ["aws", resolver = "2" [workspace.package] -version = "0.6.2" +version = "0.6.3" edition = "2024" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wstd" @@ -101,10 +101,10 @@ test-programs = { path = "test-programs" } tower-service = "0.3.3" ureq = { version = "3.1", default-features = false, features = ["json"] } wasip2 = "1.0" -wstd = { path = ".", version = "=0.6.2" } -wstd-axum = { path = "./axum", version = "=0.6.2" } -wstd-axum-macro = { path = "./axum/macro", version = "=0.6.2" } -wstd-macro = { path = "./macro", version = "=0.6.2" } +wstd = { path = ".", version = "=0.6.3" } +wstd-axum = { path = "./axum", version = "=0.6.3" } +wstd-axum-macro = { path = "./axum/macro", version = "=0.6.3" } +wstd-macro = { path = "./macro", version = "=0.6.3" } [package.metadata.docs.rs] all-features = true