Skip to content

Commit fa42547

Browse files
chore: release v0.16.0 (#172)
* chore: minor bump to v0.16.0 * use faster runners --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sammy Harris <[email protected]>
1 parent f4a31e9 commit fa42547

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defaults:
2222

2323
jobs:
2424
create-release-pr:
25-
runs-on: warp-ubuntu-latest-x64-32x
25+
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
2828

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "3"
33
members = ["star_*", "example_programs/*"]
44

55
[workspace.package]
6-
version = "0.15.0"
6+
version = "0.16.0"
77
edition = "2021"
88
publish = ["star-atlas"]
99
rust-version = "1.84.1"
@@ -12,9 +12,9 @@ repository = "https://github.com/staratlasmeta/star_frame"
1212

1313
[workspace.dependencies]
1414
# Keep the version in sync with the workspace.package.version
15-
star_frame = { path = "star_frame", registry = "star-atlas", version = "0.15.0" }
16-
star_frame_idl = { path = "star_frame_idl", registry = "star-atlas", version = "0.15.0" }
17-
star_frame_proc = { path = "star_frame_proc", registry = "star-atlas", version = "0.15.0" }
15+
star_frame = { path = "star_frame", registry = "star-atlas", version = "0.16.0" }
16+
star_frame_idl = { path = "star_frame_idl", registry = "star-atlas", version = "0.16.0" }
17+
star_frame_proc = { path = "star_frame_proc", registry = "star-atlas", version = "0.16.0" }
1818

1919
# Non workspace crates
2020
advancer = "^0.1.0"

0 commit comments

Comments
 (0)