Skip to content

Commit

Permalink
Bump sdl2 from 0.36.0 to 0.37.0 (#68)
Browse files Browse the repository at this point in the history
Bumps [sdl2](https://github.com/Rust-SDL2/rust-sdl2) from 0.36.0 to 0.37.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 Jun 15, 2024
1 parent ffaf73c commit 012281c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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.36.0", features = [ "bundled" ] }
sdl2 = { version = "0.37.0", features = [ "bundled" ] }

0 comments on commit 012281c

Please sign in to comment.