Skip to content

Commit

Permalink
Equalize version numbers to PineAPPL
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 25, 2024
1 parent 15ac687 commit a44a1e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ description = "(Unofficial) Rust bindings for the LHAPDF C++ library"
rust-version = "1.70.0"

[dependencies]
anyhow = "1.0.81"
cxx = "1.0.107"
anyhow = "1.0.79"
cxx = "1.0.65"
dirs = "5.0.1"
flate2 = "1.0.28"
flate2 = "1.0.22"
reqwest = { default-features = false, features = ["blocking", "rustls-tls"], version = "0.12.2" }
serde = { features = ["derive"], version = "1.0.195" }
tar = "0.4.40"
thiserror = "1.0"
serde = { features = ["derive"], version = "1.0.130" }
tar = "0.4.38"
thiserror = "1.0.30"
toml = { features = ["display", "parse"], version = "0.8.12" }

[build-dependencies]
Expand Down

0 comments on commit a44a1e8

Please sign in to comment.