Skip to content

Commit

Permalink
Merge pull request #785 from CanalTP/remove-version
Browse files Browse the repository at this point in the history
[feature] remove the versions (crates are unpublished)
  • Loading branch information
Jean SIMARD authored Jun 7, 2021
2 parents fdd3338 + 6589149 commit 5564b51
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gtfs2netexfr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ slog-scope = "4.1"
slog-stdlog = "4.0"
slog-term = "2.4"
structopt = "0.3"
transit_model = { version = "0.36", path = "../", features = ["proj"] }
transit_model = { path = "../", features = ["proj"] }
lazy_static = "1"
2 changes: 1 addition & 1 deletion gtfs2ntfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ slog-scope = "4.1"
slog-stdlog = "4.0"
slog-term = "2.4"
structopt = "0.3"
transit_model = { version = "0.36", path = "../" }
transit_model = { path = "../" }
lazy_static = "1"
2 changes: 1 addition & 1 deletion ntfs2gtfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ slog-scope = "4.1"
slog-stdlog = "4.0"
slog-term = "2.4"
structopt = "0.3"
transit_model = { version = "0.36", path = "../" }
transit_model = { path = "../" }
lazy_static = "1"
2 changes: 1 addition & 1 deletion ntfs2netexfr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ slog-scope = "4.1"
slog-stdlog = "4.0"
slog-term = "2.4"
structopt = "0.3"
transit_model = { version = "0.36", path = "../", features = ["proj"] }
transit_model = { path = "../", features = ["proj"] }
lazy_static = "1"
2 changes: 1 addition & 1 deletion ntfs2ntfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ slog-scope = "4.1"
slog-stdlog = "4.0"
slog-term = "2.4"
structopt = "0.3"
transit_model = { version = "0.36", path = "../" }
transit_model = { path = "../" }
lazy_static = "1"
2 changes: 1 addition & 1 deletion restrict-validity-period/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ slog-scope = "4.1"
slog-stdlog = "4.0"
slog-term = "2.4"
structopt = "0.3"
transit_model = { version = "0.36", path = "../" }
transit_model = { path = "../" }

0 comments on commit 5564b51

Please sign in to comment.