We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b869ccc + 5247006 commit 5081b2cCopy full SHA for 5081b2c
markup5ever/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "markup5ever"
3
-version = "0.3.0"
+version = "0.3.1"
4
authors = [ "The html5ever Project Developers" ]
5
license = "MIT / Apache-2.0"
6
repository = "https://github.com/servo/html5ever"
markup5ever/lib.rs
@@ -7,7 +7,6 @@
7
// option. This file may not be copied, modified, or distributed
8
// except according to those terms.
9
10
-#![cfg_attr(feature = "heap_size", feature(proc_macro))]
11
#[cfg(feature = "heap_size")] #[macro_use] extern crate heapsize_derive;
12
#[cfg(feature = "heap_size")] extern crate heapsize;
13
extern crate string_cache;
0 commit comments