0.4.0 bump
cargo devel CI / cargo CI (push) Successful in 4m50s Details

This commit is contained in:
Christoph J. Scherr 2024-03-03 13:42:39 +01:00
parent 1bd84757fc
commit 222d248fab
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
5 changed files with 4 additions and 6 deletions

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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;