Upgrade to wasm-bindgen 0.2.99
This commit is contained in:
498
Cargo.lock
generated
498
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,7 @@ leptos = { version = "0.7.2", default-features = false, features = ["nightly"] }
|
|||||||
leptos_meta = { version = "0.7.2" }
|
leptos_meta = { version = "0.7.2" }
|
||||||
leptos_axum = { version = "0.7.2", optional = true }
|
leptos_axum = { version = "0.7.2", optional = true }
|
||||||
leptos_router = { version = "0.7.2", features = ["nightly"] }
|
leptos_router = { version = "0.7.2", features = ["nightly"] }
|
||||||
wasm-bindgen = { version = "=0.2.96", default-features = false, optional = true }
|
wasm-bindgen = { version = "=0.2.99", default-features = false, optional = true }
|
||||||
leptos_icons = { version = "0.3.0" }
|
leptos_icons = { version = "0.3.0" }
|
||||||
icondata = { version = "0.3.0" }
|
icondata = { version = "0.3.0" }
|
||||||
diesel = { version = "2.1.4", features = ["postgres", "r2d2", "chrono"], default-features = false, optional = true }
|
diesel = { version = "2.1.4", features = ["postgres", "r2d2", "chrono"], default-features = false, optional = true }
|
||||||
|
@ -4,7 +4,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
RUN rustup default nightly
|
RUN rustup default nightly
|
||||||
RUN rustup target add wasm32-unknown-unknown
|
RUN rustup target add wasm32-unknown-unknown
|
||||||
RUN cargo install cargo-leptos@0.2.22
|
RUN cargo install cargo-leptos@0.2.24
|
||||||
|
|
||||||
# Install a few dependencies
|
# Install a few dependencies
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
|
8
flake.lock
generated
8
flake.lock
generated
@ -3,16 +3,16 @@
|
|||||||
"cargo-leptos": {
|
"cargo-leptos": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732915351,
|
"lastModified": 1733606386,
|
||||||
"narHash": "sha256-QPCYKlbPHuSBmwfkKdYhcVF81Lnirf65IYao7UVxz9Q=",
|
"narHash": "sha256-KNasxy/hEU04H/xAV3y92OtxBmYgA0RZjCQnC/XvBoo=",
|
||||||
"owner": "leptos-rs",
|
"owner": "leptos-rs",
|
||||||
"repo": "cargo-leptos",
|
"repo": "cargo-leptos",
|
||||||
"rev": "7d782a18e9d377be9de8d6217567ddde830fe89e",
|
"rev": "0d36a3ee1414a54b993e80c21131667bc92b7f74",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "leptos-rs",
|
"owner": "leptos-rs",
|
||||||
"ref": "v0.2.22",
|
"ref": "v0.2.24",
|
||||||
"repo": "cargo-leptos",
|
"repo": "cargo-leptos",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
cargo-leptos = {
|
cargo-leptos = {
|
||||||
url = "github:leptos-rs/cargo-leptos?ref=v0.2.22";
|
url = "github:leptos-rs/cargo-leptos?ref=v0.2.24";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -24,7 +24,7 @@
|
|||||||
name = "cargo-leptos";
|
name = "cargo-leptos";
|
||||||
buildFeatures = ["no_downloads"];
|
buildFeatures = ["no_downloads"];
|
||||||
src = cargo-leptos;
|
src = cargo-leptos;
|
||||||
cargoHash = "sha256-4v6sCTPRxe7bO7uV3HwUC8P1UsG8ydIvZ4rG2kU22zA=";
|
cargoHash = "sha256-kj80+fN1rcJHf7XEG1QvECP3p2Y6Z9+ObW3lfE4AeL0=";
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
Reference in New Issue
Block a user