Skip to content

Commit

Permalink
build: disable musl build
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Sep 6, 2024
1 parent 660eed0 commit 845368c
Show file tree
Hide file tree
Showing 6 changed files with 939 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 6 September 2024
- build(deps): reqwest use rustls [`#456`](https://github.com/hougesen/mdsf/pull/456)
- build(deps): bump serde_json from 1.0.127 to 1.0.128 [`#453`](https://github.com/hougesen/mdsf/pull/453)
- build(deps): bump clap from 4.5.16 to 4.5.17 [`#452`](https://github.com/hougesen/mdsf/pull/452)
- build(deps): bump serde from 1.0.209 to 1.0.210 [`#455`](https://github.com/hougesen/mdsf/pull/455)
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ installers = ["shell", "powershell", "npm", "homebrew", "msi"]
# A GitHub repo to push Homebrew formulas to
tap = "hougesen/homebrew-tap"
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# The archive format to use for windows builds (defaults .zip)
windows-archive = ".tar.gz"
# The archive format to use for non-windows builds (defaults .tar.xz)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Format markdown code snippets using your favorite code formatters.
<!-- START_SECTION:base-command-help -->

```
mdsf 0.2.3
mdsf 0.2.4
Format markdown code snippets using your favorite code formatters
Mads Hougesen <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion mdsf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdsf"
version = "0.2.3"
version = "0.2.4"
edition.workspace = true
description = "Format markdown code snippets using your favorite code formatters"
authors.workspace = true
Expand Down
Loading

0 comments on commit 845368c

Please sign in to comment.