Skip to content

Commit 59e8f46

Browse files
gbjmskorkowski
authored andcommitted
chore: bump wasm-split version numbers (leptos-rs#4170)
1 parent e593c1d commit 59e8f46

File tree

6 files changed

+5172
-6
lines changed

6 files changed

+5172
-6
lines changed

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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ server_fn = { path = "./server_fn", version = "0.8.5" }
7171
server_fn_macro = { path = "./server_fn_macro", version = "0.8.5" }
7272
server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.8.5" }
7373
tachys = { path = "./tachys", version = "0.2.6" }
74-
wasm_split_helpers = { path = "./wasm_split", version = "0.1.0" }
75-
wasm_split_macros = { path = "./wasm_split_macros", version = "0.1.0" }
74+
wasm_split_helpers = { path = "./wasm_split", version = "0.1.1" }
75+
wasm_split_macros = { path = "./wasm_split_macros", version = "0.1.1" }
7676

7777
# members deps
7878
async-once-cell = { default-features = false, version = "0.5.3" }

wasm_split/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm_split_helpers"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Greg Johnston"]
55
license = "MIT"
66
readme = "README.md"

wasm_split_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm_split_macros"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Greg Johnston"]
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)