From 54a782c8ae538328f03372b9466ac2d11825cc69 Mon Sep 17 00:00:00 2001 From: Kornel Date: Tue, 11 Sep 2018 05:23:48 +0100 Subject: [PATCH] Syntax fix in Cargo.toml (#644) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf99cf05..27dcd381 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "winit" version = "0.17.2" -authors = ["The winit contributors, Pierre Krieger "] +authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"] license = "Apache-2.0"