File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bambam-gbfs"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44edition = " 2024"
55
66[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " bambam-gtfs"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44edition = " 2021"
55license = " BSD-3-Clause"
66exclude = [" test" , " **/.DS_Store" , " target/" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " bambam-omf"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44edition = " 2021"
55license = " BSD-3-Clause"
66exclude = [" test" , " **/.DS_Store" , " target/" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " bambam-osm"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44edition = " 2021"
55license = " BSD-3-Clause"
66exclude = [" test" , " **/.DS_Store" , " target/" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " bambam"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44edition = " 2021"
55license = " BSD-3-Clause"
66exclude = [" test" , " **/.DS_Store" , " target/" ]
@@ -25,9 +25,9 @@ bamcensus = { workspace = true }
2525routee-compass = { workspace = true }
2626routee-compass-core = { workspace = true }
2727routee-compass-powertrain = { workspace = true }
28- bambam-osm = { version = " 0.2.2 " , path = " ../bambam-osm" }
29- bambam-omf = { version = " 0.2.2 " , path = " ../bambam-omf" }
30- bambam-gbfs = { version = " 0.2.2 " , path = " ../bambam-gbfs" }
28+ bambam-osm = { version = " 0.2.3 " , path = " ../bambam-osm" }
29+ bambam-omf = { version = " 0.2.3 " , path = " ../bambam-omf" }
30+ bambam-gbfs = { version = " 0.2.3 " , path = " ../bambam-gbfs" }
3131
3232uom = { workspace = true }
3333inventory = { workspace = true }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Add `bambam` to your `Cargo.toml`:
2727
2828``` toml
2929[dependencies ]
30- bambam = " 0.2.2 "
30+ bambam = " 0.2.3 "
3131```
3232
3333Or install via cargo:
You can’t perform that action at this time.
0 commit comments