Skip to content

Commit c3c1f41

Browse files
committed
Fix license info in Cargo.toml
1 parent 05b6c93 commit c3c1f41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "displaydoc"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Jane Lusby <jlusby@yaah.dev>"]
55
edition = "2018"
6-
license = "MIT"
6+
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/yaahc/displaydoc"
99
homepage = "https://github.com/yaahc/displaydoc"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This library provides a convenient derive macro for the standard library's
1111

1212
```toml
1313
[dependencies]
14-
displaydoc = "0.1.3"
14+
displaydoc = "0.1.4"
1515
```
1616

1717
*Compiler support: requires rustc 1.31+*

0 commit comments

Comments
 (0)