Commit 8e0f4d5
committed
julian v0.7.0 —
- Increased MSRV to 1.81
- Added `std` feature for toggling `no_std` support
- Added `time` feature for enabling conversions to & from `time` types
- **Breaking:** The `impl<T: chrono::Datelike> From<T> for Date` conversion enabled by the `chrono` feature has been changed to just `impl From<chrono::NaiveDate> for Date`std and time features1 parent e9fcdbd commit 8e0f4d5
File tree
4 files changed
+5
-5
lines changed- crates
- julian-cli
- julian
4 files changed
+5
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments