Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ jobs:
- uses: actions/checkout@v4

- name: check typos
uses: crate-ci/[email protected]
uses: crate-ci/[email protected]
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target
/.idea
/svgtypes.iml

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ You can find its changes [documented below](#0153-2025-01-20).

## [Unreleased]

This release has an [MSRV][] of 1.65.
This release has an [MSRV][] of 1.82.

### Changed

- Update Kurbo to v0.12. ([#56][] by [@HaHa421][])

## [0.15.3][] (2025-01-20)

Expand Down Expand Up @@ -272,9 +276,11 @@ Many thanks to Yevhenii Reizner for the years of hard work that he has poured in
[#40]: https://github.com/linebender/svgtypes/pull/40
[#43]: https://github.com/linebender/svgtypes/pull/43
[#44]: https://github.com/linebender/svgtypes/pull/44
[#56]: https://github.com/linebender/svgtypes/pull/56

[@demurgos]: https://github.com/demurgos
[@erxclau]: https://github.com/erxclau
[@HaHa421]: https://github.com/HaHa421
[@Laurenzv]: https://github.com/LaurenzV
[@romanzes]: https://github.com/romanzes
[@tomcur]: https://github.com/tomcur
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["parser-implementations"]
readme = "README.md"
# Keep in sync with RUST_MIN_VER in .github/workflows/ci.yml and with the relevant README.md files.
# and with the MSRV in the `Unreleased` section of CHANGELOG.md.
rust-version = "1.65"
rust-version = "1.82"
exclude = [".github", ".clippy.toml", ".gitignore", ".typos.toml", "benches/", "codegen/", "fuzz/"]

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ None.

## Minimum supported Rust Version (MSRV)

This version of SVG Types has been verified to compile with **Rust 1.65** and later.
This version of SVG Types has been verified to compile with **Rust 1.82** and later.

Future versions of SVG Types might increase the Rust version requirement.
It will not be treated as a breaking change and as such can even happen with small patch releases.
Expand Down
Loading