generated from PlexSheep/baserepo
Compare commits
9 commits
ab2877546c
...
a5a97066bc
Author | SHA1 | Date | |
---|---|---|---|
a5a97066bc | |||
5dba8395d3 | |||
0e1cbf7daa | |||
738946c2ae | |||
409ba93bb9 | |||
7928423d6e | |||
3d25040743 | |||
|
53e545832c | ||
3ef1ffc337 |
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ default-members = [".", "members/libpt-core"]
|
|||
|
||||
[workspace.package]
|
||||
publish = true
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
edition = "2021"
|
||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||
license = "MIT"
|
||||
|
@ -29,7 +29,7 @@ categories = [
|
|||
anyhow = "1.0.79"
|
||||
thiserror = "1.0.56"
|
||||
libpt-core = { version = "0.4.0", path = "members/libpt-core" }
|
||||
libpt-bintols = { version = "0.5.0", path = "members/libpt-bintols" }
|
||||
libpt-bintols = { version = "0.5.1", path = "members/libpt-bintols" }
|
||||
libpt-log = { version = "0.4.2", path = "members/libpt-log" }
|
||||
|
||||
[package]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "libpt-bintols"
|
||||
publish.workspace = true
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
|
|
Reference in a new issue