Skip to content

Commit f7c912f

Browse files
authored
deps: Update dependencies and Rust to v1.91. (#180)
1 parent 268bd88 commit f7c912f

21 files changed

Lines changed: 561 additions & 630 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ This release changes how formats work. Instead of using the `Format` enum, forma
1414
- Reworked the `Source` enum heavily.
1515
- Renamed the `extract_ext` function to `extract_file_ext`, and updated it to not include the
1616
leading `.`.
17+
- Replaced `serde_yaml` with `serde_norway` for YAML parsing. This is due to `serde_yaml` being
18+
unmaintained.
1719
- Removed the `Format` enum.
20+
- Removed the `yml` feature, use `yaml` instead.
1821
- Removed the `is_source_format` function.
1922

2023
#### 🚀 Updates
@@ -24,6 +27,13 @@ This release changes how formats work. Instead of using the `Format` enum, forma
2427
- Added a `extract_file_name` function.
2528
- Added `.jsonc` support.
2629

30+
#### ⚙️ Internal
31+
32+
- Updated to Rust v1.91.
33+
- Updated `rpkl` to v0.6.
34+
- Updated `ron` to v0.12.
35+
- Updated dependencies.
36+
2737
## 0.18.15
2838

2939
#### 🚀 Updates

0 commit comments

Comments
 (0)