Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Apr 22, 2024
1 parent 6b27bb1 commit 63866e7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

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

16 changes: 6 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ crate-type = ["cdylib", "rlib"]
derivative = "2.2.0"
once_cell = "1.19.0"
pep440_rs = "0.6.0"
pyo3 = { version = "0.21.1", optional = true, features = ["abi3", "extension-module"] }
pyo3-log = { version = "0.9.0", optional = true }
pyo3 = { version = "0.21.2", optional = true, features = ["abi3", "extension-module"] }
pyo3-log = { version = "0.10.0", optional = true }
regex = "1.10.4"
rkyv = { version = "0.7.44", features = ["strict"], optional = true }
serde = { version = "1.0.197", features = ["derive"], optional = true }
serde_json = { version = "1.0.115", optional = true }
thiserror = "1.0.58"
serde = { version = "1.0.198", features = ["derive"], optional = true }
serde_json = { version = "1.0.116", optional = true }
thiserror = "1.0.59"
tracing = { version = "0.1.40", optional = true }
unicode-width = "0.1.11"
url = "2.5.0"
Expand All @@ -32,13 +32,9 @@ urlencoding = "2.1.3"
[dev-dependencies]
indoc = "2.0.5"
log = "0.4.21"
serde_json = "1.0.115"
serde_json = "1.0.116"
testing_logger = "0.1.1"

[patch.crates-io]
# pyo3 0.21 PR
pyo3-log = { git = "https://github.com/a1phyr/pyo3-log", rev = "76ff388163dd1100eb70ba164d59a42795829bdb" }

[features]
pyo3 = ["dep:pyo3", "pep440_rs/pyo3", "pyo3-log", "tracing", "tracing/log"]
rkyv = ["dep:rkyv", "pep440_rs/rkyv"]
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 0.5.0

* Update to pyo3 0.21
* Update to pyo3-log 0.1.0

# v0.4.2

Expand Down

0 comments on commit 63866e7

Please sign in to comment.