Skip to content

Commit

Permalink
Removed default features of chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
myOmikron committed Apr 8, 2023
1 parent 0f29283 commit ae39bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [

[package]
name = "rorm"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
repository = "https://github.com/myOmikron/drorm"
authors = ["gammelalf", "myOmikron <[email protected]>"]
Expand Down Expand Up @@ -42,7 +42,7 @@ uuid = { version = "~1", optional = true }
linkme = { version = "~0.3" }

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

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

0 comments on commit ae39bce

Please sign in to comment.