Skip to content

Commit 104e407

Browse files
author
lschuetze
committed
Bump root-io version to account for signature changes
1 parent ab7d86b commit 104e407

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/convert_to_msgpack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ edition = "2018"
88
alice-open-data = { version="0.5.0", path="../../alice-open-data" }
99
malice = { version="0.3.0", path="../../malice" }
1010
rmp-serde = "0.13.7"
11-
root-io = { version="0.3.0", path="../../root-io" }
11+
root-io = { version="0.4", path="../../root-io" }
1212
serde = "1.0"
1313
serde_derive = "1.0"

malice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bitflags = "1"
2020
failure = "0.1"
2121
futures = "0.3"
2222
nom = "7"
23-
root-io = { version="0.3", path="../root-io" }
23+
root-io = { version="0.4", path="../root-io" }
2424
# Optional dependencies
2525
alice-sys = { version="0.1", optional = true }
2626
itertools = "0.10"

root-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "root-io"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
authors = ["cbourjau <[email protected]>"]
55
exclude = ["*test_data/", "*.root"]
66
description = "Reading of `.root` binary files which are commonly used in particle physics"

root-ls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2018"
1414
[dependencies]
1515
clap = "2"
1616
failure = "0.1"
17-
root-io = { version="0.3.1", path="../root-io" }
17+
root-io = { version="0.4", path="../root-io" }
1818
prettyplease = "0.1"
1919
syn = "1"
2020
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)