summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2023-03-24 15:48:12 +0100
committerKalev Lember <klember@redhat.com>2023-03-24 15:54:57 +0100
commit5db78316922eeb161cc9e68b91bd85460f068091 (patch)
tree810336fc99bbb8ee57d55baa3528ce0d511e408f /Cargo.lock
parent798b5661c5ff4a6c519d320d25ffa75f1b0508ce (diff)
downloadlibrsvg-5db78316922eeb161cc9e68b91bd85460f068091.tar.gz
Remove unused chrono wasmbind feature
This helps with building librsvg on Fedora where the rust-chrono package is built with the wasmbind feature disabled. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/819>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d962869f..f1d6821a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -207,10 +207,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
dependencies = [
"iana-time-zone",
- "js-sys",
"num-integer",
"num-traits",
- "wasm-bindgen",
"winapi",
]