From 9173b2bba46212bd26be432c179906c4676a40f8 Mon Sep 17 00:00:00 2001 From: imrn99 Date: Sun, 12 May 2024 16:43:34 +0200 Subject: [PATCH] bump v numbers & wire the manifest correctly --- Cargo.toml | 6 +++--- examples/Cargo.toml | 14 +++++++------- integraal/Cargo.toml | 14 +++++++------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index be1a1b7..9df854b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.0.1" +version = "0.0.2" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://imrn99.github.io/integraal/" @@ -20,8 +20,8 @@ authors = ["Isaie Muron "] [workspace.dependencies] # members -integraal = { version = "0.0.1", path = "./integraal" } -integraal-examples = { version = "0.0.1", path = "./examples" } +integraal = { version = "0.0.2", path = "./integraal" } +integraal-examples = { version = "0.0.2", path = "./examples" } # external rand = "0.9.0-alpha.1" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index be20ea3..eca9ee9 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "integraal-examples" -version = "0.0.1" -edition = "2021" -license = "MIT OR Apache-2.0" -homepage = "https://imrn99.github.io/integraal/" -repository = "https://github.com/imrn99/integraal" -readme = "../README.md" +version.workspace = true +edition.workspace = true +license.workspace = true +homepage.workspace = true +repository.workspace = true +readme.workspace = true +authors.workspace = true description = "Example of the Integraal crate" categories = ["algorithms", "concurrency", "mathematics", "science"] keywords = ["algorithms", "analysis", "integration", "numerical-analysis", "numerical-method"] -authors = ["Isaie Muron "] [dependencies] integraal = { workspace = true, features = ["montecarlo"] } diff --git a/integraal/Cargo.toml b/integraal/Cargo.toml index 2f57d98..fe63f68 100644 --- a/integraal/Cargo.toml +++ b/integraal/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "integraal" -version = "0.0.1" -edition = "2021" -license = "MIT OR Apache-2.0" -homepage = "https://imrn99.github.io/integraal/" -repository = "https://github.com/imrn99/integraal" -readme = "../README.md" +version.workspace = true +edition.workspace = true +license.workspace = true +homepage.workspace = true +repository.workspace = true +readme.workspace = true +authors.workspace = true description = "Integral computation, done in Rust! " categories = ["algorithms", "concurrency", "mathematics", "science"] keywords = ["algorithms", "analysis", "integration", "numerical-analysis", "numerical-method"] -authors = ["Isaie Muron "] # FEATURES