diff --git a/Cargo.toml b/Cargo.toml index 4dbd326..8025dce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ members = ["aws", resolver = "2" [workspace.package] -version = "0.6.1" +version = "0.6.2" 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.1" } -wstd-axum = { path = "./axum", version = "=0.6.1" } -wstd-axum-macro = { path = "./axum/macro", version = "=0.6.1" } -wstd-macro = { path = "./macro", version = "=0.6.1" } +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" } [package.metadata.docs.rs] all-features = true