From 945a42c054affc68ab5c5cd04e9ee5e89d946190 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Mon, 20 Oct 2025 19:17:16 +0100 Subject: [PATCH] Bump the version to 3.5.4 This version includes sparc64-unknown-linux-gnu support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c3b01b9..b9752fe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-src" -version = "300.5.3+3.5.4" +version = "300.5.4+3.5.4" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md"