Skip to content

Commit

Permalink
Merge pull request #13 from fpco/fix-cargo-metadata
Browse files Browse the repository at this point in the history
Fix cargo metadata
  • Loading branch information
snoyberg authored Oct 3, 2023
2 parents 2036be0 + 510b721 commit aaf2d7a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# v0.1.1 (Unreleased)

- Fix cargo metadata

# v0.1.0

- Initial version
4 changes: 2 additions & 2 deletions pid1-exe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "pid1-exe"
version = "0.1.0"
edition = "2021"
readme = "../README.md"
homepage = "https://github.com/fpco/amber"
repository = "https://github.com/fpco/amber"
homepage = "https://github.com/fpco/pid1-rs"
repository = "https://github.com/fpco/pid1-rs"
license = "MIT"
description = "pid1 handling library for proper signal and zombie reaping of the PID1 process"
keywords = ["init", "pid1", "process", "cli"]
Expand Down
4 changes: 2 additions & 2 deletions pid1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "pid1"
version = "0.1.0"
edition = "2021"
readme = "../README.md"
homepage = "https://github.com/fpco/amber"
repository = "https://github.com/fpco/amber"
homepage = "https://github.com/fpco/pid1-rs"
repository = "https://github.com/fpco/pid1-rs"
license = "MIT"
description = "pid1 handling library for proper signal and zombie reaping of the PID1 process"
keywords = ["init", "pid1", "process", "cli"]
Expand Down

0 comments on commit aaf2d7a

Please sign in to comment.