From cbf0e3a4bb4659dcc665de4c2eab86df5267d08e Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 16 Sep 2025 13:30:46 +0200 Subject: [PATCH] Bump rust-version to 1.73 --- librustls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librustls/Cargo.toml b/librustls/Cargo.toml index 91890158..8329c709 100644 --- a/librustls/Cargo.toml +++ b/librustls/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/rustls/rustls-ffi" categories = ["network-programming", "cryptography"] edition = "2021" links = "rustls_ffi" -rust-version = "1.71" +rust-version = "1.73" [features] default = ["aws-lc-rs", "prefer-post-quantum"]