From 9b84252195ff32e3c894362a277edc257e82be7c Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Tue, 26 Nov 2024 16:15:27 +0100 Subject: [PATCH] rust-version to 1.79.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9c91f99e..99e92f7ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ exclude = [ version = "0.56.0" license = "Apache-2.0" edition = "2021" -rust-version = "1.75.0" +rust-version = "1.79.0" readme = "README.md" repository = "https://github.com/cosmos/ibc-rs" authors = [ "Informal Systems " ]