From 53a09be01612e61305ff2af6563f7543eea63603 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 4 Feb 2024 13:08:17 -0800 Subject: [PATCH] Add MSRV (#126) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f3ae311..4d1e014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.rs/unicode-bidi/" keywords = ["rtl", "unicode", "text", "layout", "bidi"] readme="README.md" edition = "2018" +rust-version = "1.36.0" categories = [ "no-std", "encoding",