From a0eb44c517e1cd733c81699dabbf96a115cf6ddb Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:47:01 +0200 Subject: [PATCH] Bump version to 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 97c8da2..ea62955 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ar_archive_writer" -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "Apache-2.0 WITH LLVM-exception" description = "A writer for object file ar archives"