Skip to content

Commit fa012f3

Browse files
committed
release 0.7.0-alpha.0
- fix wasm-used versioning
1 parent 3dcd8f3 commit fa012f3

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ wasm-splitter = { path = "packages/wasm-split/wasm-split", version = "0.7.0-alph
190190
wasm-split-macro = { path = "packages/wasm-split/wasm-split-macro", version = "0.7.0-alpha.0" }
191191
wasm-split-cli = { path = "packages/wasm-split/wasm-split-cli", version = "0.7.0-alpha.0" }
192192
wasm-split-harness = { path = "packages/playwright-tests/wasm-split-harness", version = "0.7.0-alpha.0" }
193+
wasm-used = { path = "packages/wasm-split/wasm-used", version = "0.7.0-alpha.0" }
193194

194195
depinfo = { path = "packages/depinfo", version = "0.7.0-alpha.0" }
195196
warnings = { version = "0.2.1" }

packages/playwright-tests/barebones-template/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "barebones-template-test"
33
version = "0.1.0"
44
authors = ["Jonathan Kelley <[email protected]>"]
55
edition = "2021"
6+
publish = false
67

78
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
89

packages/wasm-split/wasm-split-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ rayon = { workspace = true }
2020
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }
2121
tracing = { workspace = true }
2222
clap = { workspace = true, features = ["derive"] }
23-
wasm-used = { path = "../wasm-used" }
23+
wasm-used = { workspace = true}

packages/wasm-split/wasm-used/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "wasm-used"
33
edition = "2021"
44
version.workspace = true
5+
authors = ["Jonathan Kelley"]
6+
license = "MIT OR Apache-2.0"
7+
repository = "https://github.com/DioxusLabs/dioxus/"
8+
homepage = "https://dioxuslabs.com"
9+
description = "wasm-used implementation for Rust"
10+
keywords = ["wasm", "wasm-used", "wasm-split", "dioxus" ]
511

612
[dependencies]
713
walrus = { workspace = true, features = ["parallel"] }

0 commit comments

Comments
 (0)