Skip to content

Commit 95f4f65

Browse files
chore: patch bump to v0.17.1 (#178)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7c6061a commit 95f4f65

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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: 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.17.0"
6+
version = "0.17.1"
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.17.0" }
16-
star_frame_idl = { path = "star_frame_idl", registry = "star-atlas", version = "0.17.0" }
17-
star_frame_proc = { path = "star_frame_proc", registry = "star-atlas", version = "0.17.0" }
15+
star_frame = { path = "star_frame", registry = "star-atlas", version = "0.17.1" }
16+
star_frame_idl = { path = "star_frame_idl", registry = "star-atlas", version = "0.17.1" }
17+
star_frame_proc = { path = "star_frame_proc", registry = "star-atlas", version = "0.17.1" }
1818

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

0 commit comments

Comments
 (0)