From f6ab3674680c6f8a7199fdbbf18be8632e003340 Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Sat, 20 Jul 2024 13:38:00 +0300 Subject: [PATCH] Release 0.8.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a5401969..258b1a244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "libloading" # When bumping # * Don’t forget to add an entry to `src/changelog.rs` # * If bumping to an incompatible version, adjust the documentation in `src/lib.rs` -version = "0.8.4" +version = "0.8.5" authors = ["Simonas Kazlauskas "] license = "ISC" repository = "https://github.com/nagisa/rust_libloading/"