From 4bb1fafb5a814d0f326b6eb6913e78f8f7835945 Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 19 Jan 2019 13:40:39 +0100 Subject: [PATCH] Bump to v0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea6cac5..238ba5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edid" -version = "0.2.0" +version = "0.3.0" description = "Parse EDID data structures" homepage = "https://github.com/emersion/rust-edid" repository = "https://github.com/emersion/rust-edid"