bump version to 0.10.1
This commit is contained in:
parent
46ecbfffe5
commit
3fca50c305
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "grass"
|
name = "grass"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
description = "A near-feature-complete Sass compiler written purely in Rust"
|
description = "A near-feature-complete Sass compiler written purely in Rust"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -9,7 +9,7 @@ keywords = ["scss", "sass", "css", "web"]
|
|||||||
repository = "https://github.com/connorskees/grass"
|
repository = "https://github.com/connorskees/grass"
|
||||||
authors = ["ConnorSkees <39542938+ConnorSkees@users.noreply.github.com>"]
|
authors = ["ConnorSkees <39542938+ConnorSkees@users.noreply.github.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
include = ["src", "Cargo.toml", "README.md", "CHANGELOG.md"]
|
include = ["src", "Cargo.toml", "README.md", "CHANGELOG.md", "Cargo.lock", "LICENSE"]
|
||||||
default-run = "grass"
|
default-run = "grass"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
@ -57,7 +57,7 @@ num-traits = "0.2.12"
|
|||||||
once_cell = "1.4.0"
|
once_cell = "1.4.0"
|
||||||
rand = { version = "0.7.3", optional = true }
|
rand = { version = "0.7.3", optional = true }
|
||||||
codemap = "0.1.3"
|
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 }
|
wasm-bindgen = { version = "0.2.65", optional = true }
|
||||||
beef = "0.4.4"
|
beef = "0.4.4"
|
||||||
phf = { version = "0.8.0", features = ["macros"] }
|
phf = { version = "0.8.0", features = ["macros"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user