From ec816c71ce721e60cc6c99cace11f63da182799a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:44:05 -0700 Subject: [PATCH] Update rust-version (#294) Co-authored-by: github-actions[bot] Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b103e59..3cb6aca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Stellar Development Foundation "] license = "Apache-2.0" version = "0.0.17" edition = "2021" -rust-version = "1.71" +rust-version = "1.72" [[bin]] name = "stellar-xdr"