Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
basro committed May 21, 2024
1 parent 7ac2675 commit ca4bd6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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.4.0" }
stylance-macros = { path = "./internal/stylance-macros", version = "0.4.0" }
stylance-core = { path = "./internal/stylance-core", version = "0.5.0" }
stylance-macros = { path = "./internal/stylance-macros", version = "0.5.0" }

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

0 comments on commit ca4bd6f

Please sign in to comment.