Skip to content

Commit

Permalink
Bump sdl2 from 0.35.2 to 0.36.0 (#59)
Browse files Browse the repository at this point in the history
Bumps [sdl2](https://github.com/Rust-SDL2/rust-sdl2) from 0.35.2 to 0.36.0.
- [Changelog](https://github.com/Rust-SDL2/rust-sdl2/blob/master/changelog.md)
- [Commits](https://github.com/Rust-SDL2/rust-sdl2/commits)

---
updated-dependencies:
- dependency-name: sdl2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2023
1 parent 874fe24 commit 6612a1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chip8-native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2018"

[dependencies]
chip8 = { path = "../chip8" }
sdl2 = { version = "0.35.2", features = [ "bundled" ] }
sdl2 = { version = "0.36.0", features = [ "bundled" ] }

0 comments on commit 6612a1e

Please sign in to comment.