mirror of
https://github.com/zaphar/wasm-web-components.git
synced 2025-07-21 19:40:30 -04:00
maint: Update version to 0.1.1
This commit is contained in:
parent
1a71426806
commit
cb071f4ffc
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasm-web-component-macros"
|
name = "wasm-web-component-macros"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
@ -16,4 +16,4 @@ str_inflector = "0.12.0"
|
|||||||
|
|
||||||
[dependencies.syn]
|
[dependencies.syn]
|
||||||
version = "1.0.101"
|
version = "1.0.101"
|
||||||
features = ["full"]
|
features = ["full"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasm-web-component"
|
name = "wasm-web-component"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
author = "Jeremy Wall <jeremy@marzhillstudios.com>"
|
author = "Jeremy Wall <jeremy@marzhillstudios.com>"
|
||||||
|
|
||||||
@ -43,4 +43,4 @@ features = [
|
|||||||
"ShadowRootMode",
|
"ShadowRootMode",
|
||||||
"Window",
|
"Window",
|
||||||
"console"
|
"console"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user