Skip to content

Commit 07fcca2

Browse files
authored
chore(release): bump the workspace to 0.7.0 (#218)
Minor rather than patch: the published binary no longer carries the studio subcommand. rustmotion-studio keeps its own binary of that name, so the capability is intact, but the command someone types changed.
1 parent d8e05a7 commit 07fcca2

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -13,15 +13,15 @@ members = [
1313
# par dépendance interne — et une seule oubliée fait échouer la publication après
1414
# que les précédentes soient parties, ce qui ne se rattrape pas.
1515
[workspace.package]
16-
version = "0.6.1"
16+
version = "0.7.0"
1717

1818
# Les dépendances internes portent aussi la version, donc elles se déclarent ici
1919
# pour la même raison. `path` sert au développement, `version` à ce que cargo
2020
# écrit dans le paquet publié : les deux doivent coexister, et rester d'accord.
2121
[workspace.dependencies]
22-
rustmotion-core = { path = "crates/rustmotion-core", version = "0.6.1" }
23-
rustmotion-components = { path = "crates/rustmotion-components", version = "0.6.1" }
24-
rustmotion-html = { path = "crates/rustmotion-html", version = "0.6.1" }
22+
rustmotion-core = { path = "crates/rustmotion-core", version = "0.7.0" }
23+
rustmotion-components = { path = "crates/rustmotion-components", version = "0.7.0" }
24+
rustmotion-html = { path = "crates/rustmotion-html", version = "0.7.0" }
2525

2626
# Optimize dependencies even in dev builds. Our own crates stay at opt-level 0
2727
# (fast incremental + debuggable), but heavy compute in deps (image encoding,

0 commit comments

Comments
 (0)