-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tech] Fix version 0.1.3 of 'transit_model_collection' into 0.1.4
- Loading branch information
1 parent
38199f6
commit 2e06d3a
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "transit_model_collection" | ||
description = "Manage collection of objects" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
authors = ["Kisio Digital <[email protected]>"] | ||
edition = "2018" | ||
license = "AGPL-3.0-only" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
**⚠ This crate is not maintained anymore ⚠** | ||
|
||
`transit_model_collection` | ||
===== | ||
|
||
⚠ This crate is not maintained anymore ⚠ | ||
|
||
The functionality inside `transit_model_collection` has been moved into another | ||
crate [`typed_index_collection`]. `v0.1.3` is the last version of | ||
[`transit_model_collection`]. | ||
crate [`typed_index_collection`]. `v0.1.4` is the last version of | ||
`transit_model_collection`. | ||
|
||
[`typed_index_collection`]: https://crates.io/crates/typed_index_collection |