Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed May 27, 2024
1 parent fef8adc commit eab8177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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 }
Expand Down

0 comments on commit eab8177

Please sign in to comment.