From fa24eecb80dea740684e9aa752698a32fecd4b3f Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Thu, 7 Mar 2024 09:16:34 +0000 Subject: [PATCH] Update version to 0.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1ae6a0..dfc5017 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scala-native-demangle" -version = "0.0.4" +version = "0.0.5" edition = "2021" license = "Apache-2.0" description = "Demangle Scala Native identifiers"