Skip to content

Commit

Permalink
wip: musl libc support
Browse files Browse the repository at this point in the history
Signed-off-by: David Tadokoro <davidbtadokoro@usp.br>
  • Loading branch information
davidbtadokoro committed Aug 6, 2024
1 parent b6dc402 commit ab1c710
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
21 changes: 16 additions & 5 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "patch-hub"
version = "0.1.0"
version = "0.1.1-prerelease.1"
edition = "2021"
repository = "https://github.com/kworkflow/patch-hub"

Expand All @@ -12,6 +12,7 @@ reqwest = { version = "0.12.5", features = ["blocking"] }
serde = { version = "1.0.203", features = ["derive"] }
serde-xml-rs = "0.6.0"
serde_json = "1.0.120"
openssl = { version = "0.10.66", optional = true, features = ["vendored"] }

# The profile that 'cargo dist' will build with
[profile.dist]
Expand All @@ -27,7 +28,7 @@ ci = "github"
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
# Publish jobs to run in CI
pr-run-mode = "plan"
packages_install = ["libssl-dev"]
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Unreleased

Foo Bar

# Version 0.1.0 (2024-08-04)

I am really happy to announce the **first** release of `patch-hub` :tada: :confetti_ball: :sparkles:
Expand Down

0 comments on commit ab1c710

Please sign in to comment.