Skip to content

Commit 39a7f0a

Browse files
authored
chore: bump criterion + pyo3 (#122)
1 parent 4129d9d commit 39a7f0a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

adb_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ thiserror = { version = "2.0.7" }
4040

4141
[dev-dependencies]
4242
anyhow = { version = "1.0.93" }
43-
criterion = { version = "0.5.1" } # Used for benchmarks
43+
criterion = { version = "0.6.0" } # Used for benchmarks
4444

4545
[[bench]]
4646
harness = false

pyadb_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ name = "stub_gen"
2121
[dependencies]
2222
adb_client = { path = "../adb_client" }
2323
anyhow = { version = "1.0.95" }
24-
pyo3 = { version = "0.24.1", features = ["abi3-py37", "anyhow"] }
24+
pyo3 = { version = "0.25.0", features = ["abi3-py37", "anyhow"] }
2525
pyo3-stub-gen = "0.7.0"
2626
pyo3-stub-gen-derive = "0.7.0"

pyadb_client/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ usb_device.push("file.txt", "/data/local/tmp/file.txt")
4747

4848
```bash
4949
# Create Python virtual environment
50-
cd pyadb_client
5150
python3 -m venv .venv
5251
source .venv/bin/activate
5352

0 commit comments

Comments
 (0)