Skip to content

Commit

Permalink
Release v0.7.4-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Feb 24, 2024
1 parent 3c83f82 commit 7477437
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords = ["high-energy-physics", "physics"]
license = "GPL-3.0-or-later"
repository = "https://github.com/NNPDF/pineappl"
rust-version = "1.70.0"
version = "0.7.3"
version = "0.7.4-rc.1"

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion pineappl_capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
version.workspace = true

[dependencies]
pineappl = { path = "../pineappl", version = "=0.7.3" }
pineappl = { path = "../pineappl", version = "=0.7.4-rc.1" }
itertools = "0.10.1"

[features]
Expand Down
6 changes: 3 additions & 3 deletions pineappl_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ lhapdf = "0.2.1"
lz4_flex = { optional = true, version = "0.9.2" }
ndarray = "0.15.4"
ndarray-npy = { optional = true, version = "0.8.1" }
pineappl = { path = "../pineappl", version = "=0.7.3" }
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "=0.7.3" }
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "=0.7.3" }
pineappl = { path = "../pineappl", version = "=0.7.4-rc.1" }
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "=0.7.4-rc.1" }
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "=0.7.4-rc.1" }
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.10.0" }
rayon = "1.5.1"
serde = { features = ["derive"], optional = true, version = "1.0.130" }
Expand Down
2 changes: 1 addition & 1 deletion pineappl_py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ crate-type = ["cdylib"]
itertools = "0.10.1"
ndarray = "0.15.4"
numpy = "0.20.0"
pineappl = { path = "../pineappl", version = "=0.7.3" }
pineappl = { path = "../pineappl", version = "=0.7.4-rc.1" }
pyo3 = { features = ["extension-module"], version = "0.20.0" }
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ clap_mangen = "0.2.18"
enum_dispatch = "0.3.7"
#git2 = "0.17.2"
#semver = "1.0.17"
pineappl_cli = { path = "../pineappl_cli", version = "=0.7.3" }
pineappl_cli = { path = "../pineappl_cli", version = "=0.7.4-rc.1" }

0 comments on commit 7477437

Please sign in to comment.