From 5136d881bf6e34c529d403830a640dc0886e6d3c Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl Date: Tue, 26 Nov 2024 10:32:31 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa1f3f3e..9ec748b2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ `rustybuzz` is a complete [harfbuzz](https://github.com/harfbuzz/harfbuzz)'s shaping algorithm port to Rust. -Matches `harfbuzz` v10.0.1, commit [c7ef6a2e](https://github.com/harfbuzz/harfbuzz/commit/c7ef6a2ed58ae8ec108ee0962bef46f42c73a60c) (one commit after v10.0.1) +Matches `harfbuzz` v10.1.0. ## Why?