Skip to content

Commit

Permalink
Release macro 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Jun 3, 2018
1 parent d5829f9 commit aa1b74a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "data-encoding-macro"
version = "0.1.1"
version = "0.1.3"
authors = ["Julien Cretin <cretin@google.com>"]
license = "MIT"
keywords = ["data-encoding", "macro", "static", "const", "compile-time"]
Expand All @@ -20,5 +20,5 @@ stable = ["data-encoding-macro-internal/stable", "proc-macro-hack"]

[dependencies]
data-encoding = { version = "2.1", path = ".." }
data-encoding-macro-internal = { version = "0.1.1", path = "internal" }
proc-macro-hack = { version = "0.4.0", optional = true }
data-encoding-macro-internal = { version = "0.1.3", path = "internal" }
proc-macro-hack = { version = "0.4", optional = true }
2 changes: 1 addition & 1 deletion lib/macro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you were familiar with the [binary_macros] crate, this library is actually
If you use a nightly compiler, you may disable the "stable" feature:

```
data-encoding-macro = { version = "0.1.0", default-features = false }
data-encoding-macro = { version = "0.1.3", default-features = false }
```

### Examples
Expand Down
2 changes: 1 addition & 1 deletion lib/macro/internal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "data-encoding-macro-internal"
version = "0.1.2"
version = "0.1.3"
authors = ["Julien Cretin <cretin@google.com>"]
license = "MIT"
description = "Internal library for data-encoding-macro"
Expand Down
2 changes: 1 addition & 1 deletion lib/macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//! If you use a nightly compiler, you may disable the "stable" feature:
//!
//! ```text
//! data-encoding-macro = { version = "0.1.0", default-features = false }
//! data-encoding-macro = { version = "0.1.3", default-features = false }
//! ```
//!
//! # Examples
Expand Down

0 comments on commit aa1b74a

Please sign in to comment.