Skip to content

Commit

Permalink
Bump renderdoc crate version to 0.12.1
Browse files Browse the repository at this point in the history
Because the changes in renderdoc-sys 1.0 -> 1.1 are entirely additive
and cannot impact the outward-facing API of the `renderdoc` crate at
all, it should be safe to bump the patch version number here instead of
the minor version.
  • Loading branch information
ebkalderon committed Mar 2, 2024
1 parent 09f7207 commit f0f500b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renderdoc"
version = "0.12.0"
version = "0.12.1"
edition = "2018"
resolver = "2"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
Expand Down Expand Up @@ -30,7 +30,7 @@ bitflags = "2.0"
float-cmp = "0.9"
libloading = "0.8"
once_cell = "1.0"
renderdoc-sys = { version = "1.0.0", path = "./renderdoc-sys" }
renderdoc-sys = { version = "1.1.0", path = "./renderdoc-sys" }

glutin = { version = "0.30", optional = true }
winit = { version = "0.28", optional = true }
Expand Down

0 comments on commit f0f500b

Please sign in to comment.