Skip to content

Commit 8828555

Browse files
more tweaks
1 parent 796c7a5 commit 8828555

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
1212
tokio = { version = "1", features = ["full"] }
1313
reqwest = { version = "0.12", features = ["json"] }
14-
pyo3 = { version = "0.27", features = ["auto-initialize"], optional = true }
14+
pyo3 = { version = "0.27", optional = true }
1515
pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"], optional = true }
1616

1717
[features]
18-
default = ["pyo3"]
18+
default = []
1919
pyo3 = ["dep:pyo3", "dep:pyo3-async-runtimes"]
2020

2121
[[bin]]

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 = "cloudcheck"
7-
version = "8.1.1rc3"
7+
version = "8.1.1rc4"
88
description = "Detailed database of cloud providers. Instantly look up a domain or IP address"
99
readme = "README.md"
1010
requires-python = ">=3.9"

uv.lock

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

0 commit comments

Comments
 (0)