diff --git a/.changepacks/changepack_log_A9ir3S4hRUjc85hjBLGgF.json b/.changepacks/changepack_log_A9ir3S4hRUjc85hjBLGgF.json deleted file mode 100644 index 75c3808..0000000 --- a/.changepacks/changepack_log_A9ir3S4hRUjc85hjBLGgF.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":{"Cargo.toml":"Patch"},"note":"Fix js script path","date":"2026-03-11T06:01:44.334450200Z"} \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 9bc1bee..a84dea7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,15 +3,15 @@ resolver = "2" members = ["crates/*", "examples/*"] [workspace.package] -version = "0.1.42" +version = "0.1.43" edition = "2024" license = "Apache-2.0" repository = "https://github.com/dev-five-git/vespera" readme = "README.md" [workspace.dependencies] -vespera_core = { path = "crates/vespera_core", version = "0.1.42" } -vespera_macro = { path = "crates/vespera_macro", version = "0.1.42" } +vespera_core = { path = "crates/vespera_core", version = "0.1.43" } +vespera_macro = { path = "crates/vespera_macro", version = "0.1.43" } [workspace.lints.clippy] all = { level = "warn", priority = -1 }