Skip to content

Commit

Permalink
Bump root-io version to account for signature changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuetze committed Apr 17, 2022
1 parent ab7d86b commit 104e407
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/convert_to_msgpack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2018"
alice-open-data = { version="0.5.0", path="../../alice-open-data" }
malice = { version="0.3.0", path="../../malice" }
rmp-serde = "0.13.7"
root-io = { version="0.3.0", path="../../root-io" }
root-io = { version="0.4", path="../../root-io" }
serde = "1.0"
serde_derive = "1.0"
2 changes: 1 addition & 1 deletion malice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bitflags = "1"
failure = "0.1"
futures = "0.3"
nom = "7"
root-io = { version="0.3", path="../root-io" }
root-io = { version="0.4", path="../root-io" }
# Optional dependencies
alice-sys = { version="0.1", optional = true }
itertools = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion root-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "root-io"
version = "0.3.1"
version = "0.4.0"
authors = ["cbourjau <[email protected]>"]
exclude = ["*test_data/", "*.root"]
description = "Reading of `.root` binary files which are commonly used in particle physics"
Expand Down
2 changes: 1 addition & 1 deletion root-ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
clap = "2"
failure = "0.1"
root-io = { version="0.3.1", path="../root-io" }
root-io = { version="0.4", path="../root-io" }
prettyplease = "0.1"
syn = "1"
tokio = { version = "1", features = ["full"] }

0 comments on commit 104e407

Please sign in to comment.