generated from PlexSheep/baserepo
Compare commits
1 commit
f84e4e4e1a
...
be574d7efe
Author | SHA1 | Date | |
---|---|---|---|
be574d7efe |
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue