From 35907673aa623c047faf99ae622987de0dace497 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sat, 10 Jul 2021 13:07:46 -0400 Subject: [PATCH] bump version to 0.10.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0cc4aa..8c5951f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grass" -version = "0.10.4" +version = "0.10.5" description = "A near-feature-complete Sass compiler written purely in Rust" readme = "README.md" license = "MIT"