Skip to content

Commit

Permalink
chore(deps): bump pyo3 to v0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Mar 10, 2024
1 parent 6992fa2 commit 2aa38e0
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 0 deletions.
109 changes: 109 additions & 0 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ proc-macro2 = "1"
futures = "0.3"
thiserror = "1"

pyo3 = { version = "0.20", optional = true }

[lib]
name = "oblivion"

[profile.release]
lto = true

[features]
python = ["pyo3"]

0 comments on commit 2aa38e0

Please sign in to comment.