Skip to content

Commit ae39bce

Browse files
committed
Removed default features of chrono
1 parent 0f29283 commit ae39bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99

1010
[package]
1111
name = "rorm"
12-
version = "0.5.1"
12+
version = "0.5.2"
1313
edition = "2021"
1414
repository = "https://github.com/myOmikron/drorm"
1515
authors = ["gammelalf", "myOmikron <[email protected]>"]
@@ -42,7 +42,7 @@ uuid = { version = "~1", optional = true }
4242
linkme = { version = "~0.3" }
4343

4444
# Time and date library
45-
chrono = { version = ">=0.4.20" }
45+
chrono = { version = ">=0.4.20", default-features = false }
4646

4747
# self referencing struct (currently JoinBuilder)
4848
ouroboros = { version = "~0.15" }

0 commit comments

Comments
 (0)