bump version to 0.10.1
This commit is contained in:
parent
46ecbfffe5
commit
3fca50c305
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user