Skip to content

Commit 3be4c2c

Browse files
committed
Removed default features of chrono
1 parent 571fec3 commit 3be4c2c

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "rorm-sql"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
keywords = ["database", "abstraction-layer", "sqlite", "postgres", "mysql"]
66
categories = ["database"]
@@ -13,7 +13,7 @@ description = "The sql abstraction layer."
1313

1414
[dependencies]
1515
# Date & time library
16-
chrono = { version = ">=0.4.20" }
16+
chrono = { version = ">=0.4.20", default-features = false }
1717

1818
# SQlite bindings for printf
1919
libsqlite3-sys = { version = "~0.24", optional = true }

0 commit comments

Comments
 (0)