| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-02-10 | 974 Bytes | |
| v.1.3.0 source code.tar.gz | 2024-02-10 | 62.0 kB | |
| v.1.3.0 source code.zip | 2024-02-10 | 88.7 kB | |
| Totals: 3 Items | 151.7 kB | 0 | |
See the changelog for more details.
New
- Add debug and release formatters
- Documentation on configuring the tool
- Code Coverage CI
- CVE Audit CI
- EditorConfig CI
- Code Owners
- NO_COLOR, CLICOLOR, CLICOLOR_FORCE controls
- Example of inline configuration with file rotation
- Time Based Trigger
Changed
- Update minimum supported rust to 1.69 for CVE-2020-26235
- Update
arc-swapto1.6 - Update
logto0.4.20 - Update
humantimeto2.1 - Update
serde_yamlto0.9 - Update
tomlto0.8 - Update
derivativeto2.2 - Update
tempfileto3.8 - Update
chronoto0.2.23 - Moved
levelfield beforemessagein json format - Legacy test moved to examples
Fixed
- README typo regarding building for dev on windows
- Apply editorconfig
- Swap rustfmt configuration to
imports_granularity="Crate"over deprecatedmerge_imports = true