Compare commits

..

1 commit

Author SHA1 Message Date
be574d7efe
bump version
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m0s
2024-03-01 21:18:05 +01:00
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "libpt-core"
publish.workspace = true
version.workspace = true
version = "0.3.12"
edition.workspace = true
authors.workspace = true
license.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "libpt-log"
publish.workspace = true
version.workspace = true
version = "0.3.12"
edition.workspace = true
authors.workspace = true
license.workspace = true

View file

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