Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoqsh committed Jul 19, 2024
1 parent af4c29f commit 047f736
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
]

[workspace.package]
version = "0.3.2"
version = "0.3.3"
edition = "2021"
license = "MIT"
authors = ["nanoqsh"]
Expand All @@ -25,9 +25,9 @@ repository = "https://github.com/nanoqsh/dunge"
rust-version = "1.79"

[workspace.dependencies]
dunge = { version = "=0.3.2", path = "dunge" }
dunge_macros = { version = "=0.3.2", path = "dunge_macros" }
dunge_shader = { version = "=0.3.2", path = "dunge_shader" }
dunge = { version = "=0.3.3", path = "dunge" }
dunge_macros = { version = "=0.3.3", path = "dunge_macros" }
dunge_shader = { version = "=0.3.3", path = "dunge_shader" }
bytemuck = "1.13"
glam = "0.28"
env_logger = "0.11"
Expand Down

0 comments on commit 047f736

Please sign in to comment.