diff --git a/.gitignore b/.gitignore index 83458dd..73a34ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target *.s[ac]ss -*.css \ No newline at end of file +*.css +Cargo.lock diff --git a/Cargo.lock b/Cargo.lock index de9bbc6..bd79b6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 49c1a53..558b87d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"