Skip to content

Commit e008df1

Browse files
committed
v0.0.22
1 parent 2d97629 commit e008df1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.0.21"
2+
version = "0.0.22"
33

44
[package]
55
name = "mempool_space"
@@ -67,11 +67,11 @@ cargo-dist-version = "0.14.1"
6767
# CI backends to support
6868
ci = "github"
6969
# The installers to generate for each app
70-
installers = ["shell", "powershell", "homebrew", "msi"]
70+
installers = ["shell", "homebrew"]
7171
# A GitHub repo to push Homebrew formulas to
7272
tap = "randymcmillan/homebrew-randymcmillan"
7373
# Target platforms to build apps for (Rust target-triple syntax)
74-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
74+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
7575
# Publish jobs to run in CI
7676
publish-jobs = ["homebrew"]
7777
# Publish jobs to run in CI

0 commit comments

Comments
 (0)