Skip to content

Commit 2837b07

Browse files
authored
Merge pull request #254 from oxidecomputer/wc/bump-1-0-17
Bump to 1.0.17
2 parents 4950a37 + a40e422 commit 2837b07

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
- Nothing Yet!
44

5+
# Version 1.0.17 (2026-02-23)
6+
7+
- Revert to v1.0.14 and set custom macOS runners.
8+
59
# Version 1.0.16 (2026-02-23)
610

711
- Build dist with v1.0.15.

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -18,13 +18,13 @@ edition = "2021"
1818
license = "MIT OR Apache-2.0"
1919
repository = "https://github.com/oxidecomputer/cargo-dist"
2020
homepage = "https://opensource.axo.dev/cargo-dist/"
21-
version = "1.0.16"
21+
version = "1.0.17"
2222
rust-version = "1.88"
2323

2424
[workspace.dependencies]
2525
# intra-workspace deps (you need to bump these versions when you cut releases too!
26-
dist-schema = { version = "=1.0.16", path = "cargo-dist-schema" }
27-
axoproject = { version = "=1.0.16", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
26+
dist-schema = { version = "=1.0.17", path = "cargo-dist-schema" }
27+
axoproject = { version = "=1.0.17", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
2828

2929
# vendored first-party deps
3030
axocli = { version = "0.2.0", path = "vendor/axocli" }

dist-workspace.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ host = "x86_64-unknown-linux-musl"
4848
[dist.github-custom-runners.aarch64-unknown-linux-musl.container]
4949
image = "quay.io/pypa/manylinux_2_28_x86_64"
5050
host = "x86_64-unknown-linux-musl"
51+
52+
[dist.github-custom-runners]
53+
aarch64-apple-darwin = "macos-14"
54+
x86_64-apple-darwin = "macos-14"

0 commit comments

Comments
 (0)