core::send_map renamed to core::hashmap

Encountered this while trying to port rustsqlite to rust 0.6
This commit is contained in:
kud1ing 2013-02-06 10:14:50 +01:00
parent eb28ce01ed
commit 48df2f4aaf

View file

@ -1,3 +1,9 @@
Version 0.6 (?)
---------------------------
* Libraries
* `core::send_map` renamed to `core::hashmap`
Version 0.5 (December 2012)
---------------------------