Skip to content

Commit

Permalink
release buildid-v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codyps committed Jul 4, 2024
1 parent b442f89 commit 759951f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 759951f

Please sign in to comment.