From 3fca50c3050b61b6430e391f00251c4a842cdc2f Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Thu, 13 Aug 2020 16:46:36 -0400 Subject: [PATCH] bump version to 0.10.1 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c6b841..01dad9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grass" -version = "0.10.0" +version = "0.10.1" description = "A near-feature-complete Sass compiler written purely in Rust" readme = "README.md" license = "MIT" @@ -9,7 +9,7 @@ keywords = ["scss", "sass", "css", "web"] repository = "https://github.com/connorskees/grass" authors = ["ConnorSkees <39542938+ConnorSkees@users.noreply.github.com>"] edition = "2018" -include = ["src", "Cargo.toml", "README.md", "CHANGELOG.md"] +include = ["src", "Cargo.toml", "README.md", "CHANGELOG.md", "Cargo.lock", "LICENSE"] default-run = "grass" [[bin]] @@ -57,7 +57,7 @@ num-traits = "0.2.12" once_cell = "1.4.0" rand = { version = "0.7.3", optional = true } codemap = "0.1.3" -peekmore = { git = "https://github.com/connorskees/peekmore", branch = "queue-cursor-equal" } +peekmore = "=0.5.4" wasm-bindgen = { version = "0.2.65", optional = true } beef = "0.4.4" phf = { version = "0.8.0", features = ["macros"] }