Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoqsh committed Apr 25, 2024
1 parent 6881166 commit a98f982
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.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
authors = ["nanoqsh"]
Expand All @@ -25,9 +25,9 @@ repository = "https://github.com/nanoqsh/dunge"
rust-version = "1.77"

[workspace.dependencies]
dunge = { version = "=0.3.0", path = "dunge" }
dunge_macros = { version = "=0.3.0", path = "dunge_macros" }
dunge_shader = { version = "=0.3.0", path = "dunge_shader" }
dunge = { version = "=0.3.1", path = "dunge" }
dunge_macros = { version = "=0.3.1", path = "dunge_macros" }
dunge_shader = { version = "=0.3.1", path = "dunge_shader" }
bytemuck = "1.13"
glam = "0.27"
env_logger = "0.11"
Expand Down

0 comments on commit a98f982

Please sign in to comment.