Skip to content

Commit d54fad4

Browse files
committed
fix examples/ folder not included
1 parent 6faea37 commit d54fad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "htp"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["PicoJr <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/PicoJr/htp"
77
description = "human time parser"
88
license = "MIT OR Apache-2.0"
99
readme = "README.md"
1010
keywords = ["human", "time", "parser", "chrono"]
11-
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
11+
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md", "examples"]
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

0 commit comments

Comments
 (0)