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

Commit

Permalink
Update lazy_static to 1.0 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Dec 4, 2017
1 parent 4dbe444 commit ab8d633
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 ab8d633

Please sign in to comment.