Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoqsh committed Mar 28, 2024
1 parent 5e83da7 commit ea50b15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: full
MSRV: 1.76
MSRV: 1.77
RUSTDOCFLAGS: -Dwarnings
CACHE_SUFFIX: c
jobs:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ keywords = ["graphics", "wgpu"]
documentation = "https://docs.rs/dunge"
readme = "README.md"
repository = "https://github.com/nanoqsh/dunge"
rust-version = "1.76"
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" }
bytemuck = "1.13"
glam = "0.25"
glam = "0.27"
env_logger = "0.11"
log = "0.4"

Expand Down

0 comments on commit ea50b15

Please sign in to comment.