aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Chevalier <pierrechevalier83@hotmail.fr>2016-04-13 07:52:31 +0100
committerPierre Chevalier <pierrechevalier83@hotmail.fr>2016-04-13 07:54:37 +0100
commit18c065a2a188a01376d97926d3843503d4e6029a (patch)
tree8c12aae169455bcd1290352c0e73a69bfde8bdac
parentce3d6dbe569bb26782073dafcc522a6f6edb00f2 (diff)
downloadglutin-18c065a2a188a01376d97926d3843503d4e6029a.tar.gz
glutin-18c065a2a188a01376d97926d3843503d4e6029a.zip
Publish 0.5.1
- to make the fix for #748 available to the repos downstream that need it
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 21c58e9..c1a921a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "glutin"
-version = "0.5.0"
+version = "0.5.1"
authors = ["The glutin contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]