Skip to content

Commit 47d8a4b

Browse files
authored
Merge pull request #49 from dev-five-git/support-datetime
Support datetime
2 parents a61ebf0 + 3a72696 commit 47d8a4b

14 files changed

Lines changed: 3268 additions & 1327 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"crates/vespera_macro/Cargo.toml":"Patch","crates/vespera/Cargo.toml":"Patch","crates/vespera_core/Cargo.toml":"Patch"},"note":"Support datetime, date and time","date":"2026-01-22T10:38:05.323125700Z"}

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo 'merge_derives = true' >> .rustfmt.toml
5050
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
5151
cargo fmt
52-
cargo tarpaulin --out Lcov Stdout
52+
cargo tarpaulin --out Lcov Stdout --engine llvm
5353
- name: Upload to codecov.io
5454
uses: codecov/codecov-action@v5
5555
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ target
22
lcov.info
33
coverage
44
build_rs_cov.profraw
5+
.sisyphus/

Cargo.lock

Lines changed: 52 additions & 52 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ anyhow = "1.0"
2121

2222
[dev-dependencies]
2323
rstest = "0.26"
24-
insta = "1.45"
24+
insta = "1.46"
2525
tempfile = "3"

0 commit comments

Comments
 (0)