Skip to content

Commit

Permalink
chore: Release version v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcdostone committed Jan 8, 2025
1 parent 62d6f9a commit cf4eaa1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default-members = [
resolver = "2"

[workspace.package]
version = "0.0.2"
version = "0.0.3"
edition = "2021"
authors = ["Yann Prono <[email protected]>"]
readme = "README.md"
Expand All @@ -32,12 +32,12 @@ license = "Apache-2.0"


[workspace.dependencies]
lib = { package = "yozefu-lib", path = "crates/lib/", version = "0.0.2" }
app = { package = "yozefu-app", path = "crates/app/", version = "0.0.2" }
command = { package = "yozefu-command", path = "crates/command/", version = "0.0.2" }
yozefu = { package = "yozefu", path = "crates/bin/", version = "0.0.2" }
tui = { package = "yozefu-tui", path = "crates/tui/", version = "0.0.2" }
wasm-types = { package = "wasm-types", path = "crates/wasm-types/", version = "0.0.2" }
lib = { package = "yozefu-lib", path = "crates/lib/", version = "0.0.3" }
app = { package = "yozefu-app", path = "crates/app/", version = "0.0.3" }
command = { package = "yozefu-command", path = "crates/command/", version = "0.0.3" }
yozefu = { package = "yozefu", path = "crates/bin/", version = "0.0.3" }
tui = { package = "yozefu-tui", path = "crates/tui/", version = "0.0.3" }
wasm-types = { package = "wasm-types", path = "crates/wasm-types/", version = "0.0.3" }

[profile.release]
opt-level = 3
Expand Down

0 comments on commit cf4eaa1

Please sign in to comment.