Skip to content

Commit b9971d4

Browse files
committed
Depend on managed-lhapdf released on crates.io
1 parent 56162bf commit b9971d4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

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

pineappl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ thiserror = "1.0.30"
3333

3434
[dev-dependencies]
3535
anyhow = "1.0.48"
36-
lhapdf = { git = "https://github.com/cschwan/managed-lhapdf.git", package = "managed-lhapdf" }
36+
lhapdf = { package = "managed-lhapdf", version = "0.3.0" }
3737
num-complex = "0.4.4"
3838
rand = { default-features = false, version = "0.8.4" }
3939
rand_pcg = { default-features = false, version = "0.3.1" }

pineappl_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ flate2 = { optional = true, version = "1.0.22" }
2626
float-cmp = "0.9.0"
2727
git-version = "0.3.5"
2828
itertools = "0.10.1"
29-
lhapdf = { git = "https://github.com/cschwan/managed-lhapdf.git", package = "managed-lhapdf" }
29+
lhapdf = { package = "managed-lhapdf", version = "0.3.0" }
3030
lz4_flex = { optional = true, version = "0.9.2" }
3131
ndarray = "0.15.4"
3232
ndarray-npy = { optional = true, version = "0.8.1" }

0 commit comments

Comments
 (0)