Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update pyo3-log to v0.8.1 (#15043)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai A. Hiller <V02460@gmail.com>
  • Loading branch information
V02460 authored Feb 13, 2023
1 parent bdccfd2 commit bac123c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions changelog.d/15043.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update pyo3-log to v0.8.1.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ anyhow = "1.0.63"
lazy_static = "1.4.0"
log = "0.4.17"
pyo3 = { version = "0.17.1", features = ["macros", "anyhow", "abi3", "abi3-py37"] }
pyo3-log = "0.7.0"
pyo3-log = "0.8.1"
pythonize = "0.17.0"
regex = "1.6.0"
serde = { version = "1.0.144", features = ["derive"] }
Expand Down

0 comments on commit bac123c

Please sign in to comment.