Skip to content

Commit

Permalink
Bump py03 to latest to see if it fixes DYLD problems on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
paulannetts committed Oct 16, 2024
1 parent 88bc55b commit f147bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "espeak-py"
version = "0.1.8"
version = "0.1.9"
authors = ["Benjamin Levin <[email protected]>"]
edition = "2018"
description = "Python bindings for a narrow subset of espeak"
Expand All @@ -18,5 +18,5 @@ libc = "0.2"
parking_lot = "0.11"

[dependencies.pyo3]
version = "0.13.2"
version = "0.22.5"
features = ["extension-module"]

0 comments on commit f147bad

Please sign in to comment.