Skip to content

Commit

Permalink
fix(deps)!: bump time and num_threads crates (#104) (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Sep 7, 2024
1 parent 72a79bd commit b5aba5f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
20 changes: 16 additions & 4 deletions Cargo.lock

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

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

[dependencies]
printpdf = "0.7.0"
pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
time = { version = "0.3.36", features = ["formatting", "macros", "local-offset"] }

0 comments on commit b5aba5f

Please sign in to comment.