Skip to content

Commit 7833655

Browse files
committed
auto release
1 parent 883645c commit 7833655

3 files changed

Lines changed: 15 additions & 39 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "textual-speedups"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,5 +9,5 @@ name = "textual_speedups"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
geometry = "0.2.0"
13-
pyo3 = "0.25.0"
12+
# geometry = "0.2.1"
13+
pyo3 = "0.27.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "textual-speedups"
7-
requires-python = ">=3.8"
7+
requires-python = ">=3.9"
88
classifiers = [
99
"Programming Language :: Rust",
1010
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)