From e0a97f88c093d4f845ef25ab6a2b116946cc816f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 8 May 2025 20:57:06 +0100 Subject: [PATCH] Use hyphen in Python wrapper crate name --- Cargo.lock | 2 +- python/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 163ae5f6..684bc3f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,7 +597,7 @@ dependencies = [ ] [[package]] -name = "libloot_python" +name = "libloot-python" version = "0.26.1" dependencies = [ "libloot", diff --git a/python/Cargo.toml b/python/Cargo.toml index d41f5d09..2f66c763 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "libloot_python" +name = "libloot-python" version = "0.26.1" edition = "2024" license = "GPL-3.0-or-later"