Skip to content

Commit

Permalink
Upgrade MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoqsh committed Jun 25, 2024
1 parent 9f087d6 commit 4d0b10f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.78
MSRV: 1.79
RUSTDOCFLAGS: -Dwarnings
CACHE_SUFFIX: c
jobs:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords = ["graphics", "wgpu"]
documentation = "https://docs.rs/dunge"
readme = "README.md"
repository = "https://github.com/nanoqsh/dunge"
rust-version = "1.78"
rust-version = "1.79"

[workspace.dependencies]
dunge = { version = "=0.3.2", path = "dunge" }
Expand Down

0 comments on commit 4d0b10f

Please sign in to comment.