You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[getrandom](https://github.com/rust-random/getrandom)| 0.3.4| The Rand Project Developers | MIT OR Apache-2.0 |
20
+
|[libc](https://github.com/rust-lang/libc)| 0.2.177| The Rust Project Developers | MIT OR Apache-2.0 |
21
21
|[linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys)| 0.11.0 |[Dan Gohman](mailto:dev@sunfishcode.online)| Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT |
22
22
|[once_cell](https://github.com/matklad/once_cell)| 1.21.3 |[Aleksey Kladov](mailto:aleksey.kladov@gmail.com)| MIT OR Apache-2.0 |
23
23
|[rustix](https://github.com/bytecodealliance/rustix)| 1.1.2 |[Dan Gohman](mailto:dev@sunfishcode.online) and [Jakub Konka](mailto:kubkon@jakubkonka.com)| Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT |
|[tempfile](https://github.com/Stebalien/tempfile)| 3.22.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)| MIT OR Apache-2.0 |
26
-
|[unicode-width](https://github.com/unicode-rs/unicode-width)| 0.2.1|[kwantam](mailto:kwantam@gmail.com) and [Manish Goregaokar](mailto:manishsmail@gmail.com)| MIT OR Apache-2.0 |
25
+
|[tempfile](https://github.com/Stebalien/tempfile)| 3.23.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)| MIT OR Apache-2.0 |
26
+
|[unicode-width](https://github.com/unicode-rs/unicode-width)| 0.2.2|[kwantam](mailto:kwantam@gmail.com) and [Manish Goregaokar](mailto:manishsmail@gmail.com)| MIT OR Apache-2.0 |
27
27
|[version_check](https://github.com/SergioBenitez/version_check) ⚒️ | 0.9.5 |[Sergio Benitez](mailto:sb@sergio.bz)| MIT OR Apache-2.0 |
|[zerocopy](https://github.com/google/zerocopy)| 0.8.27 |[Joshua Liebow-Feeser](mailto:joshlf@google.com) and [Jack Wrenn](mailto:jswrenn@amazon.com)| BSD-2-Clause OR Apache-2.0 OR MIT |
Copy file name to clipboardExpand all lines: Cargo.toml
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "yesvgmap"
3
-
version = "0.8.1"
3
+
version = "0.8.2"
4
4
license = "WTFPL"
5
5
authors = ["Josh Stoik <josh@blobfolio.com>"]
6
6
edition = "2024"
@@ -69,18 +69,15 @@ label = "<PATH(s)…>"
69
69
description = "One or more file and/or directory paths to crunch and/or (recursively) crawl. Only files with the extension .svg will ultimately be included."
0 commit comments