From 1de27ca17474b1ef06eb893381cd83f775c28611 Mon Sep 17 00:00:00 2001 From: Josh Gao Date: Tue, 6 Aug 2019 22:38:59 -0700 Subject: [PATCH] Update email in Cargo.toml. --- dhc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhc/Cargo.toml b/dhc/Cargo.toml index ac9c681..2464026 100644 --- a/dhc/Cargo.toml +++ b/dhc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dhc" version = "0.2.0" -authors = ["Josh Gao "] +authors = ["Josh Gao "] edition = "2018" description = "XInput/rawinput abstraction library for Win32"