Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
basro committed Dec 15, 2024
1 parent 8f2efd3 commit b51cba9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ resolver = "2"
members = ["stylance", "stylance-cli", "internal/*"]

[workspace.dependencies]
stylance-core = { path = "./internal/stylance-core", version = "0.5.2" }
stylance-macros = { path = "./internal/stylance-macros", version = "0.5.2" }
stylance-core = { path = "./internal/stylance-core", version = "0.5.3" }
stylance-macros = { path = "./internal/stylance-macros", version = "0.5.3" }

[workspace.package]
authors = ["Mario Carbajal"]
version = "0.5.2"
version = "0.5.3"
license = "MIT OR Apache-2.0"
repository = "https://github.com/basro/stylance-rs"
readme = "README.md"
Expand Down

0 comments on commit b51cba9

Please sign in to comment.