diff --git a/Cargo.lock b/Cargo.lock index 8e97759..bd48eb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "buildid" -version = "1.0.1" +version = "1.0.3" dependencies = [ "buildid-linker-symbols", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 7ac8900..8a846ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buildid" -version = "1.0.2" +version = "1.0.3" edition = "2021" keywords = ["no_std", "build-id"] license = "MPL-2.0" @@ -9,7 +9,7 @@ repository = "https://github.com/jmesmon/buildid" documentation = "https://docs.rs/buildid" readme = "README.md" categories = ["no-std", "os"] -include = ["**/*.rs", "README.md"] +include = ["./src/**.rs", "./README.md"] # TODO: restrict crate content with include/exclude # TODO: include readme for crates.io page