Skip to content

Commit 3bce434

Browse files
committed
Revert unreleased gl/khronos_api version bumps from 5b2ac3a
These were never released and make it harder to use a `git` patch on the latest branch. We should only bump them as soon as the release is actually published to crates.io.
1 parent 68556d7 commit 3bce434

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gl_generator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gl_generator"
3-
version = "0.14.1"
3+
version = "0.14.0"
44
authors = [
55
"Brendan Zabarauskas <[email protected]>",
66
"Corey Richardson",
@@ -23,6 +23,6 @@ path = "lib.rs"
2323
unstable_generator_utils = []
2424

2525
[dependencies]
26-
khronos_api = { version = "3.2.0", path = "../khronos_api" }
26+
khronos_api = { version = "3.1.0", path = "../khronos_api" }
2727
log = "0.4"
2828
xml-rs = "0.8"

khronos_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "khronos_api"
3-
version = "3.2.0"
3+
version = "3.1.0"
44
authors = [
55
"Brendan Zabarauskas <[email protected]>",
66
"Corey Richardson",

0 commit comments

Comments
 (0)