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.
1 parent 05b6c93 commit c3c1f41Copy full SHA for c3c1f41
Cargo.toml
@@ -1,9 +1,9 @@
1
[package]
2
name = "displaydoc"
3
-version = "0.1.3"
+version = "0.1.4"
4
authors = ["Jane Lusby <jlusby@yaah.dev>"]
5
edition = "2018"
6
-license = "MIT"
+license = "MIT OR Apache-2.0"
7
readme = "README.md"
8
repository = "https://github.com/yaahc/displaydoc"
9
homepage = "https://github.com/yaahc/displaydoc"
README.md
@@ -11,7 +11,7 @@ This library provides a convenient derive macro for the standard library's
11
12
```toml
13
[dependencies]
14
-displaydoc = "0.1.3"
+displaydoc = "0.1.4"
15
```
16
17
*Compiler support: requires rustc 1.31+*
0 commit comments