Skip to content

Commit d1a763e

Browse files
authored
Merge pull request #67 from dev-five-git/refactor
Refactor
2 parents 6699976 + 2d80e30 commit d1a763e

15 files changed

Lines changed: 10755 additions & 4102 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"crates/vespera_core/Cargo.toml":"Patch","crates/vespera/Cargo.toml":"Patch","crates/vespera_macro/Cargo.toml":"Patch"},"note":"Fix path issue, refactor code","date":"2026-02-04T16:34:14.848142700Z"}

Cargo.lock

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

crates/vespera_macro/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ anyhow = "1.0"
2323
rstest = "0.26"
2424
insta = "1.46"
2525
tempfile = "3"
26+
serial_test = "3"
27+
28+
[lints.rust]
29+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }

0 commit comments

Comments
 (0)