Skip to content

Commit 0e24a41

Browse files
committed
fix pages
1 parent 8efb789 commit 0e24a41

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: install dependencies
4848
run: |
4949
rustup target add wasm32-unknown-unknown
50-
cargo binstall dioxus-cli --version 0.7.2
50+
cargo binstall dioxus-cli --version 0.4.3
5151
5252
- name: publish
5353
run: |

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ssd/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lazy_static = "1.4.0"
2626
pest = "2.5.6"
2727
pest_derive = "2.5.6"
2828
regex = "1.7.3"
29-
rhai = { version = "1.13.0", features = [
29+
rhai = { version = "1.23.0", features = [
3030
"serde",
3131
"metadata",
3232
"internals",
@@ -50,7 +50,7 @@ serde-value = "0.7.0"
5050
rsn = "0.2.0"
5151
pyo3 = { version = "0.27.2", features = ["extension-module"], optional = true }
5252
once_cell = "1.19.0"
53-
script-format = "2.1.0"
53+
script-format = "2.1.1"
5454

5555
[dev-dependencies]
5656
insta = { version = "1.29.0", features = ["json"] }
@@ -64,5 +64,5 @@ wasm = ["dep:extism"]
6464
ron = ["dep:ron"]
6565
all = ["rhai", "tera", "handlebars", "wasm", "ron"]
6666
_python = ["dep:pyo3", "ssd-data/_python"]
67-
_web = ["rhai", "rhai/wasm-bindgen"]
67+
_web = ["rhai", "rhai/wasm-bindgen", "script-format/web"]
6868
_bin = ["dep:clap", "dep:clap_complete"]

web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2024"
55
publish = false
66

77
[dependencies]
8-
dioxus = "0.7.2"
9-
dioxus-web = "0.7.2"
8+
dioxus = "0.4.3"
9+
dioxus-web = "0.4.3"
1010
ssd = { version = "0.23.0", path = "../crates/ssd", default-features = false, features = ["_web"] }
1111
web-sys = "0.3.83"
1212

0 commit comments

Comments
 (0)