mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-10 18:36:43 +02:00
testing/cargo-leptos: upgrade to 0.2.32
This commit is contained in:
parent
eb62df8b39
commit
883ce6a707
2 changed files with 16 additions and 7 deletions
testing/cargo-leptos
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Matthias Ahouansou <matthias@ahouansou.cz>
|
||||
# Maintainer: Matthias Ahouansou <matthias@ahouansou.cz>
|
||||
pkgname=cargo-leptos
|
||||
pkgver=0.2.31
|
||||
pkgver=0.2.32
|
||||
pkgrel=0
|
||||
pkgdesc="Build tool for Leptos"
|
||||
url="https://leptos.dev"
|
||||
|
@ -44,6 +44,6 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
2bfa30dee76946740641ae92fff530edba8baaea6cd774873e8041cfa8d987c2e3a738004853db9661c6f4e5c5f9c4c38ab5767ec00efaa621eaf6cc668c6fb0 cargo-leptos-0.2.31.tar.gz
|
||||
ac7c7d7fc015e5c6ce1479e9959e499289e59751aafafca86facbdbbbd9a427afb38c64daba0e839f116ee59229b8522a6056c7a3fdbb7859e84a34fb3c1ac6d system-openssl.patch
|
||||
27b2cb39bc681133a6576070f03753d11d1755ef0a3f793b27ef4558e8f8b1d29ee3129fa0d42455a89096ec76781be5cf4f5e2c23987d17e19dd338ded880e5 cargo-leptos-0.2.32.tar.gz
|
||||
4bdf32b34ddd27e2d755f0f3680a08501c90c60bf56d52bfdbdbbf7a8f8defb06f398e519707db1edd1a65342c0c1f736968e1d0d3afc8b86275440937114e9b system-openssl.patch
|
||||
"
|
||||
|
|
|
@ -1,7 +1,16 @@
|
|||
diff --git a/Cargo.lock b/Cargo.lock
|
||||
index c133008..73d6ab2 100644
|
||||
index c133008..bb36fef 100644
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -533,7 +533,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-leptos"
|
||||
-version = "0.2.31"
|
||||
+version = "0.2.32"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
@@ -3028,15 +3028,6 @@ version = "0.1.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
||||
|
@ -27,15 +36,15 @@ index c133008..73d6ab2 100644
|
|||
"vcpkg",
|
||||
]
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 1747b7a..170ab5f 100644
|
||||
index e8a4792..77213ab 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -63,7 +63,7 @@ base64ct = { version = "1.6.0", features = ["alloc"] }
|
||||
@@ -56,7 +56,7 @@ base64ct = { version = "1.6.0", features = ["alloc"] }
|
||||
swc = "13.0.1"
|
||||
swc_common = "6.1"
|
||||
shlex = "1.3.0"
|
||||
-cargo-generate = { version = "0.22", features = ["vendored-openssl"] }
|
||||
+cargo-generate = { version = "0.22", features = ["openssl"], default-features = false }
|
||||
+cargo-generate = { version = "0.22", features = ["openssl"] }
|
||||
wasm-opt = "0.116.1"
|
||||
ignore = "0.4.23"
|
||||
walkdir = "2.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue