Skip to content

Commit d20171a

Browse files
chore: minor bump to v0.20.0 (#188)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d8d7dc1 commit d20171a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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: 5 additions & 5 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.19.0"
6+
version = "0.20.0"
77
edition = "2021"
88
publish = ["star-atlas"]
99
rust-version = "1.84.1"
@@ -12,10 +12,10 @@ 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.19.0" }
16-
star_frame_idl = { path = "star_frame_idl", registry = "star-atlas", version = "0.19.0" }
17-
star_frame_spl = { path = "star_frame_spl", registry = "star-atlas", version = "0.19.0" }
18-
star_frame_proc = { path = "star_frame_proc", registry = "star-atlas", version = "0.19.0" }
15+
star_frame = { path = "star_frame", registry = "star-atlas", version = "0.20.0" }
16+
star_frame_idl = { path = "star_frame_idl", registry = "star-atlas", version = "0.20.0" }
17+
star_frame_spl = { path = "star_frame_spl", registry = "star-atlas", version = "0.20.0" }
18+
star_frame_proc = { path = "star_frame_proc", registry = "star-atlas", version = "0.20.0" }
1919

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

0 commit comments

Comments
 (0)