diff --git a/Cargo.toml b/Cargo.toml index 08db439..c7b32f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ rev = "2024.05.24" # release 2024.05.24 # to check for a new one, check https:// [package.metadata.vcpkg.target] x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md" } -stable-x86_64-unknown-linux-gnu = { triplet = "x86_64-unknown-linux-gnu" } +x86_64-unknown-linux-gnu = { triplet = "x86_64-unknown-linux-gnu" } [target.'cfg(target_os = "emscripten")'.dependencies] libc = "0.2.16"