diff --git a/Cargo.toml b/Cargo.toml index 4a8bf63..bfd80db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ default-members = [ ] [workspace.package] -version = "0.3.1" +version = "0.3.2" authors = [ "Aron Zwaan ", "Jonathan Dönszelmann " @@ -32,7 +32,7 @@ syn = "2" proc-macro2 = "1" thiserror = "1" -scopegraphs = { path = "./scopegraphs", version = "0.3.1" } -scopegraphs-macros = { path = "./scopegraphs-macros", version = "0.3.1" } -scopegraphs-regular-expressions = { path = "./scopegraphs-regular-expressions", version = "0.3.1" } -scopegraphs-render-docs = { path = "./scopegraphs-render-docs", version = "0.3.1" } +scopegraphs = { path = "./scopegraphs", version = "0.3.2" } +scopegraphs-macros = { path = "./scopegraphs-macros", version = "0.3.2" } +scopegraphs-regular-expressions = { path = "./scopegraphs-regular-expressions", version = "0.3.2" } +scopegraphs-render-docs = { path = "./scopegraphs-render-docs", version = "0.3.2" } diff --git a/Justfile b/Justfile index e3a7f88..16bdc06 100644 --- a/Justfile +++ b/Justfile @@ -3,6 +3,9 @@ watch-docs: publish: cargo publish -p scopegraphs-render-docs + sleep 10 cargo publish -p scopegraphs-regular-expressions + sleep 10 cargo publish -p scopegraphs-macros + sleep 10 cargo publish -p scopegraphs