Skip to content

Commit c56802c

Browse files
authored
Update mongodb driver to 2.x (#16)
* Bump mongodb to 2.x * Add chrono feature flag * Remove cargo.lock * Update CHANGELOG.md * Bump version
1 parent 74ca96c commit c56802c

File tree

10 files changed

+56
-2554
lines changed

10 files changed

+56
-2554
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target
2-
.idea
2+
.idea
3+
Cargo.lock

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.0] 2021-12-09
9+
10+
### Changed
11+
12+
- **BREAKING:** Update `mongodb` to `2.x`
13+
814
## [0.7.0] 2021-05-01
915

1016
### Changed

0 commit comments

Comments
 (0)