Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Sep 21, 2019
1 parent f995c83 commit 90721bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ The `Renderable` trait contains a simple function that returns `String`. This is
## Usage

```rust
#![feature(proc_macro_hygiene)]

// A simple HTML 5 doctype declaration
use render::html::HTML5Doctype;
use render::{
Expand Down
2 changes: 1 addition & 1 deletion render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ licesne = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
render_macros = { path = "../render_macros" }
render_macros = { path = "../render_macros", version = "0.1" }

[dev-dependencies]
pretty_assertions = "0.6"
2 changes: 1 addition & 1 deletion render_macros/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(proc_macro_diagnostic, proc_macro_hygiene)]
#![feature(proc_macro_diagnostic)]

extern crate proc_macro;

Expand Down

0 comments on commit 90721bf

Please sign in to comment.