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]
|
[package]
|
||||||
name = "libpt-core"
|
name = "libpt-core"
|
||||||
publish.workspace = true
|
publish.workspace = true
|
||||||
version.workspace = true
|
version = "0.3.12"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libpt-log"
|
name = "libpt-log"
|
||||||
publish.workspace = true
|
publish.workspace = true
|
||||||
version.workspace = true
|
version = "0.3.12"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
|
@ -11,7 +11,7 @@ name = "libpt"
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libpt = { version = "0.3.11", path = "../.." }
|
libpt = { version = "0.4.0-alpha.1", path = "../.." }
|
||||||
pyo3 = { version = "0.19.0", features = ["full"] }
|
pyo3 = { version = "0.19.0", features = ["full"] }
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
|
|
||||||
|
|
Reference in a new issue