Skip to content

Commit 39a040c

Browse files
committed
Add missing file in distribution (fix docs.rs build)
1 parent dbfebfd commit 39a040c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
### Thanks
1010

11+
## 0.4.1
12+
13+
Minor fix:
14+
- add missing file in distribution (fix docs.rs build)
15+
1116
## 0.4.0
1217

1318
asn1-rs:

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords = ["BER","DER","ASN1","parser","nom"]
55
homepage = "https://github.com/rusticata/asn1-rs"
66
repository = "https://github.com/rusticata/asn1-rs.git"
77
name = "asn1-rs"
8-
version = "0.4.0"
8+
version = "0.4.1"
99
authors = ["Pierre Chifflier <[email protected]>"]
1010
categories = ["parser-implementations"]
1111
readme = "README.md"
@@ -28,6 +28,7 @@ include = [
2828
"src/asn1_types/strings/*.rs",
2929
"src/asn1_types/tagged/*.rs",
3030
"src/ber/*.rs",
31+
"src/doc/*.rs",
3132
"tests/*.rs",
3233
]
3334

0 commit comments

Comments
 (0)