update deps
cargo devel CI / cargo CI (push) Successful in 57s Details

This commit is contained in:
Christoph J. Scherr 2024-03-03 18:02:24 +01:00
parent 3f4a092d8d
commit b374aa7e43
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
2 changed files with 5 additions and 6 deletions

View File

@ -10,7 +10,7 @@ default-members = [".", "members/libpt-core"]
[workspace.package]
publish = true
version = "0.4.1"
version = "0.4.2"
edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"
@ -28,10 +28,9 @@ categories = [
[workspace.dependencies]
anyhow = "1.0.79"
thiserror = "1.0.56"
libpt-core = { version = "0.4.0-alpha.2", path = "members/libpt-core" }
libpt-bintols = { version = "0.4.0-alpha.2", path = "members/libpt-bintols" }
libpt-log = { version = "0.4.0-alpha.2", path = "members/libpt-log" }
libpt-py = { version = "0.4.0-alpha.2", path = "members/libpt-py" }
libpt-core = { version = "0.4.0", path = "members/libpt-core" }
libpt-bintols = { version = "0.4.0", path = "members/libpt-bintols" }
libpt-log = { version = "0.4.1", path = "members/libpt-log" }
[package]
name = "libpt"

View File

@ -19,7 +19,7 @@ name = "libpt"
crate-type = ["cdylib", "rlib"]
[dependencies]
libpt = { version = "0.4.0-alpha.1", path = "../.." }
libpt = { version = "0.4.2", path = "../.." }
pyo3 = { version = "0.19.0", features = ["full"] }
anyhow.workspace = true