Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Auto merge of #138 - Eijebong:bump, r=jdm
Browse files Browse the repository at this point in the history
Update lazy_static to 1.0 and bump version

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/glutin/138)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Dec 4, 2017
2 parents 4dbe444 + ab8d633 commit e7f900a
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 = "servo-glutin"
version = "0.13.2"
version = "0.13.3"
authors = ["The glutin contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]
Expand Down Expand Up @@ -51,4 +51,4 @@ shared_library = "0.1.0"
x11-dl = "2.4"

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="openbsd", target_os="windows"))'.dependencies]
lazy_static = "0.2"
lazy_static = "1"

0 comments on commit e7f900a

Please sign in to comment.