From 641ff007fb1b46f4576e66e875e88995d29e07ce Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sat, 4 Jul 2020 14:40:21 -0400 Subject: [PATCH] bump version to 0.9.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e87dc5e..ca7dbdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grass" -version = "0.9.2" +version = "0.9.3" description = "A near-feature-complete Sass compiler written purely in Rust" readme = "README.md" license = "MIT"