Skip to content

Commit

Permalink
Feature alloc_layout_extra now required
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Nov 23, 2018
1 parent ece013d commit 4528c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rahashmap"
version = "0.2.12"
version = "0.2.13"
authors = ["Jonathan Behrens <[email protected]>", "The Rust Project Developers"]
license = "MIT/Apache-2.0"
description = "Fork of standard library HashMap with additional functionality."
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![feature(alloc_layout_extra)]
#![feature(allocator_api)]
#![feature(dropck_eyepatch)]
#![feature(hashmap_internals)]
Expand Down

0 comments on commit 4528c17

Please sign in to comment.