Bump version to 0.3.0
This commit is contained in:
parent
84e402023a
commit
162377a06b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/target
|
||||
*.s[ac]ss
|
||||
*.css
|
||||
Cargo.lock
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -67,7 +67,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "grass"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "grass"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
description = "An SCSS compiler in Rust"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user