Skip to content

Commit

Permalink
Bump major version of khronos_api
Browse files Browse the repository at this point in the history
Fixes brendanzab#434.

This was ultimately caused by brendanzab#426, which updated the khronos_api submodule checkouts. Future updates to khronos_api should probably be treated as major version bumps to avoid this kind of trouble.
  • Loading branch information
brendanzab committed Nov 5, 2017
1 parent 361768e commit d69af3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["api-bindings", "rendering::graphics-api"]
keywords = ["gl", "egl", "opengl", "khronos"]

[build-dependencies]
gl_generator = { version = "0.6.0", path = "../gl_generator" }
gl_generator = { version = "0.6.1", path = "../gl_generator" }

[dev-dependencies]
glutin = "0.10.0"
4 changes: 2 additions & 2 deletions gl_generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gl_generator"
version = "0.6.0"
version = "0.6.1"
authors = ["Brendan Zabarauskas <[email protected]>",
"Corey Richardson",
"Arseny Kapoulkine"
Expand All @@ -22,6 +22,6 @@ path = "lib.rs"
unstable_generator_utils = []

[dependencies]
khronos_api = { version = "1.1.0", path = "../khronos_api" }
khronos_api = { version = "2.0.0", path = "../khronos_api" }
log = "0.3.5"
xml-rs = "0.7.0"
2 changes: 1 addition & 1 deletion khronos_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "khronos_api"
version = "1.1.0"
version = "2.0.0"
authors = [
"Brendan Zabarauskas <[email protected]>",
"Corey Richardson",
Expand Down

0 comments on commit d69af3b

Please sign in to comment.