Skip to content

Commit 7a5ac0c

Browse files
committed
Bumped version to 0.11.8
1 parent c4bc4b2 commit 7a5ac0c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Cargo.lock

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "psqlpy"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -17,6 +17,7 @@ pyo3 = { version = "0.25.1", features = [
1717
"py-clone",
1818
"macros",
1919
"multiple-pymethods",
20+
"generate-import-lib",
2021
] }
2122
pyo3-async-runtimes = { git = "https://github.com/psqlpy-python/pyo3-async-runtimes.git", branch = "psqlpy", features = [
2223
"tokio-runtime",

0 commit comments

Comments
 (0)