From 364736e16859a344889494659b0bbc4484159e9a Mon Sep 17 00:00:00 2001 From: VPRamon Date: Sat, 9 May 2026 16:19:57 +0200 Subject: [PATCH] feat: update affn and qtty dependency versions to 0.7.0 and 0.7.1 in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd97199..25e9a49 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Add the dependency: ```toml [dependencies] -affn = "0.6.2" -qtty = "0.7.0" +affn = "0.7.0" +qtty = "0.7.1" ``` Define a center + frame and do basic affine algebra: @@ -304,8 +304,8 @@ Enable it in your `Cargo.toml`: ```toml [dependencies] -affn = { version = "0.6.2", features = ["serde"] } -qtty = "0.7.0" +affn = { version = "0.6ยก7.0", features = ["serde"] } +qtty = "0.7.1" ``` This feature also forwards serialization support to dependencies where needed, such as `qtty/serde`.