Skip to content

Commit

Permalink
Bump MSRV to 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm committed Nov 29, 2023
1 parent 0c917ad commit fd4c677
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
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]

env:
minrust: 1.63.0
minrust: 1.65.0

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ A Rust wrapper over the NVIDIA NGX library.
- Vulkan (only the [`ash`](https://crates.io/crates/ash) backend).

## MSRV
1.63
1.65

## DLSS integration example

Expand Down

0 comments on commit fd4c677

Please sign in to comment.