Skip to content

Commit c44873e

Browse files
committed
chore: do not require chrono 0.4.40
1 parent e223184 commit c44873e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic
77
Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [Unreleased] - ReleaseDate
10+
11+
### Changed
12+
13+
- Set chrono version to `0.4` as we don't require features in `0.4.40`
14+
915
## [0.30.0] - 2025-05-28
1016

1117
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ postgres-types = { version = "0.2", features = [
4444
"with-chrono-0_4",
4545
"array-impls",
4646
], optional = true }
47-
chrono = { version = "0.4.40", features = ["std"], optional = true }
47+
chrono = { version = "0.4", features = ["std"], optional = true }
4848
rust_decimal = { version = "1.35", features = ["db-postgres"], optional = true }
4949
lazy-regex = {version = "3.3", default-features = false, features = ["lite"]}
5050
## config

0 commit comments

Comments
 (0)