From d300d5a325f9a7036666aebdc1f4d74178c01e8e Mon Sep 17 00:00:00 2001 From: Kaede Hoshikawa Date: Fri, 6 Oct 2023 21:57:22 +0900 Subject: [PATCH] Increase version in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3064199..197546e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is a fork of [css-in-rust](https://github.com/lukidoescode/css-in-rust). Add the following to your `Cargo.toml`: ```toml -stylist = "0.11" +stylist = "0.13" ``` ## Usage