Skip to content

Commit 1d6596a

Browse files
authored
Remove chrono, bump deps (#59)
1 parent da8bbdf commit 1d6596a

File tree

6 files changed

+148
-331
lines changed

6 files changed

+148
-331
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
toolchain: [ stable ]
17+
toolchain: [ nightly ]
1818

1919
runs-on: ubuntu-latest
2020

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.2.2
44

5+
### Changed
6+
7+
- Dropped `chrono` dependency.
8+
59
## 0.2.1
610

711
### Added

0 commit comments

Comments
 (0)