From eab81774cf61b4861858c91c680ef6c50863e6b2 Mon Sep 17 00:00:00 2001 From: Joshix Date: Mon, 27 May 2024 00:00:00 +0000 Subject: [PATCH] v0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fea4738..9365519 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "hangman_solver" -version = "0.3.0" +version = "0.3.1" dependencies = [ "Inflector", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index d83c7a9..6f19c82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hangman_solver" -version = "0.3.0" +version = "0.3.1" edition = "2021" repository = "https://github.com/asozialesnetzwerk/hangman_solver" description = "Solves hangman puzzles" @@ -43,7 +43,7 @@ crate-type = ["cdylib"] cfg-if = { version = "1.0.0", features = [] } counter = "0.5.7" itertools = { version = "0.13.0", features = [] } -pyo3 = { version = "0.21.2", features = ["extension-module", "abi3", "abi3-py312"], optional = true } +pyo3 = { version = "0.21.2", features = ["extension-module", "abi3", "abi3-py312", "experimental-inspect"], optional = true } terminal_size = { version = "0.3.0", optional = true } wasm-bindgen = { version = "0.2.92", optional = true } js-sys = { version = "0.3.69", optional = true }