Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aleokdev committed Mar 8, 2022
1 parent 8db9518 commit f8ecbd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
license = "MIT"
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
edition = "2018"
include = ["src/**/*.rs", "README.md", "LICENSE"]
include = ["src/**/*.rs", "README.md", "LICENSE", "CHANGELOG.md"]

[features]
default = ["zstd"]
Expand All @@ -18,7 +18,6 @@ default = ["zstd"]
name = "tiled"
path = "src/lib.rs"


[[example]]
name = "example"
path = "examples/main.rs"
Expand Down

0 comments on commit f8ecbd3

Please sign in to comment.