File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
examples/convert_to_msgpack Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ edition = "2018"
88alice-open-data = { version =" 0.5.0" , path =" ../../alice-open-data" }
99malice = { version =" 0.3.0" , path =" ../../malice" }
1010rmp-serde = " 0.13.7"
11- root-io = { version =" 0.3.0 " , path =" ../../root-io" }
11+ root-io = { version =" 0.4 " , path =" ../../root-io" }
1212serde = " 1.0"
1313serde_derive = " 1.0"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ bitflags = "1"
2020failure = " 0.1"
2121futures = " 0.3"
2222nom = " 7"
23- root-io = { version =" 0.3 " , path =" ../root-io" }
23+ root-io = { version =" 0.4 " , path =" ../root-io" }
2424# Optional dependencies
2525alice-sys = { version =" 0.1" , optional = true }
2626itertools = " 0.10"
Original file line number Diff line number Diff line change 11[package ]
22name = " root-io"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44authors = [
" cbourjau <[email protected] >" ]
55exclude = [" *test_data/" , " *.root" ]
66description = " Reading of `.root` binary files which are commonly used in particle physics"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ edition = "2018"
1414[dependencies ]
1515clap = " 2"
1616failure = " 0.1"
17- root-io = { version =" 0.3.1 " , path =" ../root-io" }
17+ root-io = { version =" 0.4 " , path =" ../root-io" }
1818prettyplease = " 0.1"
1919syn = " 1"
2020tokio = { version = " 1" , features = [" full" ] }
You can’t perform that action at this time.
0 commit comments