Skip to content

Commit 7477437

Browse files
committed
Release v0.7.4-rc.1
1 parent 3c83f82 commit 7477437

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords = ["high-energy-physics", "physics"]
2222
license = "GPL-3.0-or-later"
2323
repository = "https://github.com/NNPDF/pineappl"
2424
rust-version = "1.70.0"
25-
version = "0.7.3"
25+
version = "0.7.4-rc.1"
2626

2727
[profile.release]
2828
codegen-units = 1

pineappl_capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version.workspace = true
1313
version.workspace = true
1414

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

1919
[features]

pineappl_cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ lhapdf = "0.2.1"
2727
lz4_flex = { optional = true, version = "0.9.2" }
2828
ndarray = "0.15.4"
2929
ndarray-npy = { optional = true, version = "0.8.1" }
30-
pineappl = { path = "../pineappl", version = "=0.7.3" }
31-
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "=0.7.3" }
32-
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "=0.7.3" }
30+
pineappl = { path = "../pineappl", version = "=0.7.4-rc.1" }
31+
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "=0.7.4-rc.1" }
32+
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "=0.7.4-rc.1" }
3333
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.10.0" }
3434
rayon = "1.5.1"
3535
serde = { features = ["derive"], optional = true, version = "1.0.130" }

pineappl_py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ crate-type = ["cdylib"]
2727
itertools = "0.10.1"
2828
ndarray = "0.15.4"
2929
numpy = "0.20.0"
30-
pineappl = { path = "../pineappl", version = "=0.7.3" }
30+
pineappl = { path = "../pineappl", version = "=0.7.4-rc.1" }
3131
pyo3 = { features = ["extension-module"], version = "0.20.0" }

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ clap_mangen = "0.2.18"
1818
enum_dispatch = "0.3.7"
1919
#git2 = "0.17.2"
2020
#semver = "1.0.17"
21-
pineappl_cli = { path = "../pineappl_cli", version = "=0.7.3" }
21+
pineappl_cli = { path = "../pineappl_cli", version = "=0.7.4-rc.1" }

0 commit comments

Comments
 (0)