Skip to content

Commit 19ff69d

Browse files
committed
Fix version
1 parent aba5f44 commit 19ff69d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repository = "https://github.com/dev-five-git/vespera"
1010
readme = "README.md"
1111

1212
[workspace.dependencies]
13-
vespera_core = { path = "crates/vespera_core", version = "0.1.34" }
14-
vespera_macro = { path = "crates/vespera_macro", version = "0.1.34" }
13+
vespera_core = { path = "crates/vespera_core", version = "0.1.33" }
14+
vespera_macro = { path = "crates/vespera_macro", version = "0.1.33" }
1515

1616
[workspace.lints.clippy]
1717
all = { level = "warn", priority = -1 }

0 commit comments

Comments
 (0)