aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorRavi Shankar <wafflespeanut@gmail.com>2015-09-02 00:23:25 +0530
committerRavi Shankar <wafflespeanut@gmail.com>2015-09-02 00:23:25 +0530
commitda1c8581d9d0fd133063ea5e39ce06d8abcc9218 (patch)
tree36df0f1fcb92c6dcd3efe01752513f5b0621c029 /components
parent064b72ac97197e7d1c6cbfd14a4546822c662332 (diff)
downloadservo-da1c8581d9d0fd133063ea5e39ce06d8abcc9218.tar.gz
servo-da1c8581d9d0fd133063ea5e39ce06d8abcc9218.zip
Tidy could now check for version conflicts!
Diffstat (limited to 'components')
-rw-r--r--components/servo/Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index 3e880ad7a2e..77e83ecf130 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -612,7 +612,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "gl_generator 0.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gl_generator 0.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
"khronos_api 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]