generated from PlexSheep/baserepo
0.4.0 bump
cargo devel CI / cargo CI (push) Successful in 4m50s
Details
cargo devel CI / cargo CI (push) Successful in 4m50s
Details
This commit is contained in:
parent
1bd84757fc
commit
222d248fab
|
@ -10,7 +10,7 @@ default-members = [".", "members/libpt-core"]
|
|||
|
||||
[workspace.package]
|
||||
publish = true
|
||||
version = "0.4.0-alpha.2"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "libpt-bintols"
|
||||
publish.workspace = true
|
||||
version = "0.4.0-alpha.2"
|
||||
version = "0.4.0"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "libpt-core"
|
||||
publish.workspace = true
|
||||
version = "0.4.0-alpha.2"
|
||||
version = "0.4.0"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "libpt-log"
|
||||
publish.workspace = true
|
||||
version = "0.4.0-alpha.2"
|
||||
version = "0.4.0"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
@ -12,5 +12,3 @@ pub use libpt_bintols as bintols;
|
|||
pub use libpt_core as core;
|
||||
#[cfg(feature = "log")]
|
||||
pub use libpt_log as log;
|
||||
#[cfg(feature = "py")]
|
||||
pub use libpt_py as py;
|
||||
|
|
Reference in New Issue