From b71600c511ce774559ff9f9b8979d3c0a10288a1 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Sun, 26 Mar 2023 09:02:10 -0600 Subject: [PATCH] Bump version --- ctor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctor/Cargo.toml b/ctor/Cargo.toml index a914aba..aed5293 100644 --- a/ctor/Cargo.toml +++ b/ctor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctor" -version = "0.1.26" +version = "0.2.0" authors = ["Matt Mastracci "] edition = "2018" description = "__attribute__((constructor)) for Rust"