Skip to content

Commit

Permalink
update leptos examples to remove Scope
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Sep 30, 2023
1 parent c3a3601 commit 2a1c0a0
Show file tree
Hide file tree
Showing 22 changed files with 1,456 additions and 1,253 deletions.
161 changes: 95 additions & 66 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crux_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ ignore = "0.4.20"
ramhorns = "0.14.0"
serde = { workspace = true, features = ["derive"] }
similar = { version = "2.2.1", features = ["inline"] }
toml = "0.8.0"
toml = "0.8.1"
2 changes: 1 addition & 1 deletion crux_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { workspace = true, features = ["derive"] }
serde_json = "1.0.107"
serde-generate = { version = "0.25.1", optional = true }
serde-reflection = { version = "0.3.6", optional = true }
thiserror = "1.0.48"
thiserror = "1.0.49"
uuid = { version = "1.4.1", features = ["v4", "wasm-bindgen", "js", "serde"] }
wasm-bindgen = "0.2.87"

Expand Down
2 changes: 1 addition & 1 deletion crux_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ quote = "1.0.33"
syn = "2.0.37"

[dev-dependencies]
insta = "1.31"
insta = "1.33"
prettyplease = "0.2"
Loading

0 comments on commit 2a1c0a0

Please sign in to comment.