Skip to content

Commit

Permalink
chore: update dependencies and remove unused crates in Cargo.lock and…
Browse files Browse the repository at this point in the history
… Cargo.toml
  • Loading branch information
HsiangNianian committed Sep 24, 2024
1 parent dd80f47 commit 6ffe668
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 86 deletions.
84 changes: 0 additions & 84 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
rand = "0.8.5"
time = "0.3.36"
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use pyo3::prelude::*;
use rand::Rng;

/// Formats the sum of two numbers as string.
#[pyfunction]
Expand Down

0 comments on commit 6ffe668

Please sign in to comment.