From eb03f566e9bfb19bad79b2691dbcb2541627c0b3 Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Wed, 27 Nov 2024 04:20:19 +0800 Subject: [PATCH] chore: bump msrv to 1.63 (#166) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06335c4..4046931 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["ipld", "ipfs", "cid", "multihash", "multiformats"] license = "MIT" readme = "README.md" edition = "2021" -rust-version = "1.60" +rust-version = "1.63" [features] default = ["std"]