Skip to content

Commit af86705

Browse files
committed
Update cargo
1 parent 11e4831 commit af86705

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ crate-type = ["cdylib"]
1212

1313
[dependencies]
1414
pyo3 = { version = "0.24.2", features = ["extension-module"] }
15-
itertools = { version = "0.14.0" }

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
use std::convert::TryFrom;
33
use std::error::Error;
44

5-
// use itertools::Itertools;
6-
75
use pyo3::prelude::*;
86
use pyo3::wrap_pyfunction;
97
use pyo3::types::{PyBytes, PyByteArray};

0 commit comments

Comments
 (0)