From 1869e57ea792b456d8b5966e391264a0015fd48e Mon Sep 17 00:00:00 2001 From: Manjong Han Date: Fri, 19 Feb 2021 14:26:33 +0900 Subject: [PATCH] Set MSRV as 1.46 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 037e8b7..38a0605 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ documentation = "https://docs.rs/connection-string" description = "Connection string parsing in Rust (and WebAssembly)" readme = "README.md" edition = "2018" +rust = "1.46" keywords = [] categories = [] authors = [