Bump visioncortex to 0.9.3

Minor upstream bug fix. No traced-output change (golden tests unchanged);
full workspace suite passes.
This commit is contained in:
Chris Tsang
2026-08-15 12:30:31 +01:00
parent d413a28779
commit 1adc60aa0d
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Changed
* Bump `visioncortex` to 0.9.3 — a minor upstream bug fix.
## 1.0.0-alpha.3 - 2026-08-01
### Added
+1 -1
View File
@@ -27,7 +27,7 @@ homepage = "http://www.visioncortex.org/vtracer"
repository = "https://github.com/visioncortex/vtracer/"
[workspace.dependencies]
visioncortex = "0.9.2"
visioncortex = "0.9.3"
# Schneider curve fitting for the simplify pass. visioncortex pins an old
# flo_curves internally for legacy reasons; we depend on the current one
# directly and convert at the call boundary.