Upgrade ordermap dependency to indexmap. (#227)
Avoid the need for indexmap-based applications to build ordermap, which is the old name for indexmap. Signed-off-by: Brian Smith <brian@briansmith.org>
This commit is contained in:
		| @@ -108,7 +108,7 @@ extern crate slab; | ||||
| #[macro_use] | ||||
| extern crate log; | ||||
| extern crate string; | ||||
| extern crate ordermap; | ||||
| extern crate indexmap; | ||||
|  | ||||
| mod error; | ||||
| #[cfg_attr(feature = "unstable", allow(missing_docs))] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user