Skip to content

Commit

Permalink
Merge pull request #821 from CanalTP/remove-time
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean SIMARD authored Oct 27, 2021
2 parents 81255d8 + 1e24c00 commit 4491b46
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ xmllint = ["proj"]
mutable-model = []

[dependencies]
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
chrono-tz = { version = "0.5", features = ["serde"] }
csv = "1"
derivative = "2"
Expand Down
2 changes: 1 addition & 1 deletion gtfs2netexfr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "data-structures", "encoding", "parser-i
keywords = ["gtfs", "netex", "transit"]

[dependencies]
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
failure = "0.1"
structopt = "0.3"
tracing = { version = "0.1", features = ["log", "release_max_level_info"] }
Expand Down
2 changes: 1 addition & 1 deletion gtfs2ntfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "data-structures", "encoding", "parser-i
keywords = ["gtfs", "ntfs", "transit"]

[dependencies]
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
failure = "0.1"
structopt = "0.3"
tracing = { version = "0.1", features = ["log", "release_max_level_info"] }
Expand Down
2 changes: 1 addition & 1 deletion ntfs2gtfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "data-structures", "encoding", "parser-i
keywords = ["gtfs", "ntfs", "transit"]

[dependencies]
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
failure = "0.1"
structopt = "0.3"
tracing = { version = "0.1", features = ["log", "release_max_level_info"] }
Expand Down
2 changes: 1 addition & 1 deletion ntfs2netexfr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "data-structures", "encoding", "parser-i
keywords = ["ntfs", "netex", "transit"]

[dependencies]
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
failure = "0.1"
structopt = "0.3"
tracing = { version = "0.1", features = ["log", "release_max_level_info"] }
Expand Down
2 changes: 1 addition & 1 deletion ntfs2ntfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "data-structures", "encoding", "parser-i
keywords = ["ntfs", "transit"]

[dependencies]
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
failure = "0.1"
structopt = "0.3"
tracing = { version = "0.1", features = ["log", "release_max_level_info"] }
Expand Down
2 changes: 1 addition & 1 deletion restrict-validity-period/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "data-structures", "encoding", "parser-i
keywords = ["ntfs", "transit"]

[dependencies]
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
structopt = "0.3"
tracing = { version = "0.1", features = ["log", "release_max_level_info"] }
tracing-log = "0.1"
Expand Down

0 comments on commit 4491b46

Please sign in to comment.