Skip to content

Commit

Permalink
Remove chrono dependency from Cargo.toml.
Browse files Browse the repository at this point in the history
It was moved to `lib/time.toml`.
  • Loading branch information
ryzhyk committed May 11, 2021
1 parent 13a84d5 commit f862813
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]

### Bug fix

- Segfault in the Java API in `transactionCommitDumpChanges`.

## [0.40.2] - May 10, 2021
## [0.40.2] - May 11, 2021

### Libraries

- `time.dl`: Improved support for times and dates. The library now uses the
`chrono` crate (instead of `time`) internally, which in particular supports
timezones.

### Bug fix

- Segfault in the Java API in `transactionCommitDumpChanges`.


## [0.40.1] - May 7, 2021

### Libraries
Expand Down
1 change: 0 additions & 1 deletion rust/template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ c_api = ["differential_datalog/c_api"]
[dependencies]
abomonation = "0.7"
time = { version = "0.2", features = ["serde"] }
chrono = { version = "0.4", features = ["serde"] }
ordered-float = { version = "2.0.0", features = ["serde"] }
cpuprofiler = { version = "0.0", optional = true }
#differential-dataflow = "0.11.0"
Expand Down

0 comments on commit f862813

Please sign in to comment.