diff --git a/CHANGELOG.md b/CHANGELOG.md index def1795..fed06e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.8.1 + +#### 🐞 Fixes + +- Use the full triple target when installing and uninstalling toolchains. + ## 0.8.0 #### 🚀 Updates diff --git a/Cargo.lock b/Cargo.lock index f6100e7..258ce06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2340,7 +2340,7 @@ dependencies = [ [[package]] name = "rust_plugin" -version = "0.8.0" +version = "0.8.1" dependencies = [ "extism-pdk", "proto_pdk", diff --git a/Cargo.toml b/Cargo.toml index 07ee9d6..00e8b0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_plugin" -version = "0.8.0" +version = "0.8.1" edition = "2021" license = "MIT" publish = false