Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnwa committed Aug 17, 2024
1 parent e7786cd commit 59803cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css-minifier-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
css-minify = { version = "0.3", path = "../css-minify" }
css-minify = { version = "0.4", path = "../css-minify" }
actix-web = { version = "4" }
actix-files = "0.6"
yarte = "0.15"
Expand Down
2 changes: 1 addition & 1 deletion css-minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache-2.0/MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
css-minify = { version = "0.3", path = "../css-minify" }
css-minify = { version = "0.4", path = "../css-minify" }
clap = { version = "^4", features = ["derive"] }
shellexpand = "3.1"
indoc = "2.0"
2 changes: 1 addition & 1 deletion css-minify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "css-minify"
version = "0.3.1"
version = "0.4.0"
authors = ["Mnwa <[email protected]>"]
edition = "2018"
description = "CSS parser and minificator based on nom"
Expand Down

0 comments on commit 59803cf

Please sign in to comment.