Skip to content

Commit

Permalink
Depend on newer version of the interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Oct 4, 2022
1 parent 9b4236f commit aa12dc3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- the importer did not depend on the right versions of `pineappl_applgrid` and
`pineappl_fastnlo`

## [0.5.6] - 04/10/2022

### Added
Expand Down
2 changes: 1 addition & 1 deletion pineappl_applgrid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl_applgrid"
version = "0.1.0"
version = "0.2.0"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
edition = "2021"
license = "GPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions pineappl_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ lhapdf = "0.2.1"
ndarray = "0.15.4"
num_cpus = "1.13.0"
pineappl = { path = "../pineappl", version = "0.5.6" }
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "0.1.0" }
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "0.1.0" }
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "0.2.0" }
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "0.2.0" }
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.8.0" }
rayon = "1.5.1"
tar = { optional = true, version = "0.4.38" }
Expand Down
2 changes: 1 addition & 1 deletion pineappl_fastnlo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl_fastnlo"
version = "0.1.0"
version = "0.2.0"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
edition = "2021"
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit aa12dc3

Please sign in to comment.