diff --git a/CREDITS.md b/CREDITS.md index a91937a..9b43f38 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,18 +1,18 @@ # Project Dependencies Package: yesvgmap - Version: 0.4.1 - Generated: 2023-08-24 18:58:41 UTC + Version: 0.5.0 + Generated: 2023-10-05 21:56:14 UTC | Package | Version | Author(s) | License | | ---- | ---- | ---- | ---- | | [ahash](https://github.com/tkaitchuck/ahash) | 0.8.3 | [Tom Kaitchuck](mailto:tom.kaitchuck@gmail.com) | Apache-2.0 or MIT | | [argyle](https://github.com/Blobfolio/argyle) | 0.6.8 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT | -| [dactyl](https://github.com/Blobfolio/dactyl) | 0.5.1 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [dactyl](https://github.com/Blobfolio/dactyl) | 0.5.2 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [dowser](https://github.com/Blobfolio/dowser) | 0.8.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | -| [fastrand](https://github.com/smol-rs/fastrand) | 2.0.0 | [Stjepan Glavina](mailto:stjepang@gmail.com) | Apache-2.0 or MIT | -| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.2 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [fastrand](https://github.com/smol-rs/fastrand) | 2.0.1 | [Stjepan Glavina](mailto:stjepang@gmail.com) | Apache-2.0 or MIT | +| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.6 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [num-traits](https://github.com/rust-num/num-traits) | 0.2.16 | The Rust Project Developers | Apache-2.0 or MIT | -| [svg](https://github.com/bodoni/svg) | 0.13.1 | [Adam Bryant](mailto:adam.w.bryant@outlook.com), [Felix Schütt](mailto:felix.schuett@maps4print.com), [GeoffreyY](mailto:yeungchingho123@gmail.com), [Gijs Burghoorn](mailto:g.burghoorn@gmail.com), [Ivan Ukhov](mailto:ivan.ukhov@gmail.com), [Mike Wilkerson](mailto:mwilkerson@gmail.com), [Nathan Hüsken](mailto:nathan@wintercloud.de), [Nathaniel Cook](mailto:nvcook42@gmail.com), [Nicolas Silva](mailto:nical@fastmail.com), [Nor Khasyatillah](mailto:mazznoer@ymail.com), [OCTronics](mailto:octronics@riseup.net), [Patrick Chieppe](mailto:patrick.chieppe@hotmail.com), [Will Nelson](mailto:will@wnelson.xyz), [Xander Rudelis](mailto:xander.rudelis@gmail.com), [e-matteson](mailto:e.r.matteson@gmail.com), and [kmkzt](mailto:info.pscreator@gmail.com) | Apache-2.0 or MIT | +| [svg](https://github.com/bodoni/svg) | 0.14.0 | [Adam Bryant](mailto:adam.w.bryant@outlook.com), [Felix Schütt](mailto:felix.schuett@maps4print.com), [GeoffreyY](mailto:yeungchingho123@gmail.com), [Gijs Burghoorn](mailto:g.burghoorn@gmail.com), [Ivan Ukhov](mailto:ivan.ukhov@gmail.com), [Jack Greenbaum](mailto:j.greenbaum@computer.org), [Mike Wilkerson](mailto:mwilkerson@gmail.com), [Nathan Hüsken](mailto:nathan@wintercloud.de), [Nathaniel Cook](mailto:nvcook42@gmail.com), [Nick Angelou](mailto:angelou.nick@gmail.com), [Nicolas Silva](mailto:nical@fastmail.com), [Nor Khasyatillah](mailto:mazznoer@ymail.com), [OCTronics](mailto:octronics@riseup.net), [Patrick Chieppe](mailto:patrick.chieppe@hotmail.com), [Will Nelson](mailto:will@wnelson.xyz), [Xander Rudelis](mailto:xander.rudelis@gmail.com), [e-matteson](mailto:e.r.matteson@gmail.com), and [kmkzt](mailto:info.pscreator@gmail.com) | Apache-2.0 or MIT | | [tempfile](https://github.com/Stebalien/tempfile) | 3.8.0 | [Steven Allen](mailto:steven@stebalien.com), The Rust Project Developers, [Ashley Mannix](mailto:ashleymannix@live.com.au), and [Jason White](mailto:me@jasonwhite.io) | Apache-2.0 or MIT | -| [write_atomic](https://github.com/Blobfolio/write_atomic) | 0.4.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [write_atomic](https://github.com/Blobfolio/write_atomic) | 0.5.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | diff --git a/Cargo.toml b/Cargo.toml index 33af81d..1643be5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "yesvgmap" -version = "0.4.1" +version = "0.5.0" license = "WTFPL" authors = ["Josh Stoik "] edition = "2021" -rust-version = "1.70" +rust-version = "1.73" description = "Generate SVG sprite maps from individual SVG images." repository = "https://github.com/Blobfolio/yesvgmap" readme = "README.md" @@ -89,8 +89,8 @@ dowser = "0.8.*" argyle = "0.6.*" dowser = "0.8.*" fyi_msg = "0.11.*" -svg = "=0.13.1" -write_atomic = "0.4.*" +svg = "=0.14.0" +write_atomic = "0.5.*" [profile.release] lto = true diff --git a/release/man/yesvgmap.1 b/release/man/yesvgmap.1 index 78e2b32..5125917 100644 --- a/release/man/yesvgmap.1 +++ b/release/man/yesvgmap.1 @@ -1,6 +1,6 @@ -.TH "YESVGMAP" "1" "August 2023" "Yesvgmap v0.4.1" "User Commands" +.TH "YESVGMAP" "1" "October 2023" "Yesvgmap v0.5.0" "User Commands" .SH NAME -Yesvgmap \- Manual page for yesvgmap v0.4.1. +Yesvgmap \- Manual page for yesvgmap v0.5.0. .SH DESCRIPTION Generate SVG sprite maps from individual SVG images. .SS USAGE: diff --git a/src/main.rs b/src/main.rs index 1274a3e..b247ace 100644 --- a/src/main.rs +++ b/src/main.rs @@ -64,7 +64,7 @@ include!(concat!(env!("OUT_DIR"), "/yesvgmap-extensions.rs")); /// # Main. fn main() { match _main() { - Ok(_) => {}, + Ok(()) => {}, Err(SvgError::Argue(ArgyleError::WantsVersion)) => { println!(concat!("Yesvgmap v", env!("CARGO_PKG_VERSION"))); },