Skip to content

Commit 4528c17

Browse files
committed
Feature alloc_layout_extra now required
1 parent ece013d commit 4528c17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rahashmap"
3-
version = "0.2.12"
3+
version = "0.2.13"
44
authors = ["Jonathan Behrens <[email protected]>", "The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
description = "Fork of standard library HashMap with additional functionality."

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![feature(alloc_layout_extra)]
12
#![feature(allocator_api)]
23
#![feature(dropck_eyepatch)]
34
#![feature(hashmap_internals)]

0 commit comments

Comments
 (0)