summaryrefslogtreecommitdiffstats
path: root/vendor/minifier/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:48 +0000
commitef24de24a82fe681581cc130f342363c47c0969a (patch)
tree0d494f7e1a38b95c92426f58fe6eaa877303a86c /vendor/minifier/Cargo.toml
parentReleasing progress-linux version 1.74.1+dfsg1-1~progress7.99u1. (diff)
downloadrustc-ef24de24a82fe681581cc130f342363c47c0969a.tar.xz
rustc-ef24de24a82fe681581cc130f342363c47c0969a.zip
Merging upstream version 1.75.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/minifier/Cargo.toml')
-rw-r--r--vendor/minifier/Cargo.toml10
1 files changed, 1 insertions, 9 deletions
diff --git a/vendor/minifier/Cargo.toml b/vendor/minifier/Cargo.toml
index a7f02a37c..a899cea54 100644
--- a/vendor/minifier/Cargo.toml
+++ b/vendor/minifier/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2021"
name = "minifier"
-version = "0.2.2"
+version = "0.3.0"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
description = "Minifier tool/lib for JS/CSS/JSON files"
documentation = "https://docs.rs/minifier-rs"
@@ -26,7 +26,6 @@ keywords = [
]
license = "MIT"
repository = "https://github.com/GuillaumeGomez/minifier-rs"
-resolver = "2"
[profile.release]
opt-level = 3
@@ -51,10 +50,3 @@ optional = true
[features]
html = ["regex"]
-
-[badges.appveyor]
-repository = "GuillaumeGomez/minifier-rs"
-service = "github"
-
-[badges.travis-ci]
-repository = "GuillaumeGomez/minifier-rs"