Skip to content

Commit

Permalink
Update gl_generator and gl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanzab committed Jul 2, 2016
1 parent ea60cf9 commit 56dbe46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gl"
version = "0.6.0"
version = "0.6.1"
authors = ["Brendan Zabarauskas <[email protected]>",
"Corey Richardson",
"Arseny Kapoulkine"
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/bjz/gl-rs/"
readme = "README.md"

[build-dependencies]
gl_generator = { version = "0.5.0", path = "../gl_generator" }
gl_generator = { version = "0.5.2", path = "../gl_generator" }

[dev-dependencies]
glutin = "0.4"
2 changes: 1 addition & 1 deletion gl_generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "gl_generator"
version = "0.5.1"
version = "0.5.2"
authors = ["Brendan Zabarauskas <[email protected]>",
"Corey Richardson",
"Arseny Kapoulkine"
Expand Down

0 comments on commit 56dbe46

Please sign in to comment.