fix: offset be inclusive end

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-14 14:46:53 +02:00
parent 242dd2ce76
commit 101a266ea2
4 changed files with 102 additions and 6 deletions

View File

@@ -29,3 +29,6 @@ bytes = "1.7.1"
prost = "0.13.1"
prost-types = "0.13.1"
chrono = { version = "0.4.38", features = ["serde"] }
[dev-dependencies]
tracing-test = "0.2.5"