Skip to content

Commit 6ffe668

Browse files
committed
chore: update dependencies and remove unused crates in Cargo.lock and Cargo.toml
1 parent dd80f47 commit 6ffe668

File tree

3 files changed

+0
-86
lines changed

3 files changed

+0
-86
lines changed

Cargo.lock

-84
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ crate-type = ["cdylib"]
1515

1616
[dependencies]
1717
pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
18-
rand = "0.8.5"
1918
time = "0.3.36"

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use pyo3::prelude::*;
2-
use rand::Rng;
32

43
/// Formats the sum of two numbers as string.
54
#[pyfunction]

0 commit comments

Comments
 (0)