chore: Release v0.2.0
This commit is contained in:
parent
6ca9ac46fa
commit
ca9d5b77e2
7 changed files with 11 additions and 11 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -2886,7 +2886,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gpui-component"
|
||||
version = "0.2.0-test2"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"anyhow",
|
||||
|
|
@ -2954,7 +2954,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gpui-component-macros"
|
||||
version = "0.2.0-test2"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
@ -3100,7 +3100,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|||
|
||||
[[package]]
|
||||
name = "hello_world"
|
||||
version = "0.2.0-test2"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"gpui",
|
||||
|
|
@ -5868,7 +5868,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reqwest_client"
|
||||
version = "0.2.0-test2"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
|
|
@ -6847,7 +6847,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|||
|
||||
[[package]]
|
||||
name = "story"
|
||||
version = "0.2.0-test2"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"autocorrect",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ resolver = "2"
|
|||
|
||||
[workspace.dependencies]
|
||||
gpui-component = { path = "crates/ui" }
|
||||
gpui-component-macros = { path = "crates/macros", version = "0.2.0-test2" }
|
||||
gpui-component-macros = { path = "crates/macros", version = "0.2.0" }
|
||||
story = { path = "crates/story" }
|
||||
|
||||
gpui = "0.2.0"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ edition = "2021"
|
|||
name = "hello_world"
|
||||
description = "A minimal example of application development with GPUI Component."
|
||||
publish = false
|
||||
version = "0.2.0-test2"
|
||||
version = "0.2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
name = "gpui-component-macros"
|
||||
description = "Macros for GPUI Component."
|
||||
version = "0.2.0-test2"
|
||||
version = "0.2.0"
|
||||
publish = true
|
||||
license-file = "LICENSE-APACHE"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "reqwest_client"
|
||||
version = "0.2.0-test2"
|
||||
version = "0.2.0"
|
||||
publish = false
|
||||
license = "Apache-2.0"
|
||||
edition = "2024"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "story"
|
||||
edition = "2024"
|
||||
publish = false
|
||||
version = "0.2.0-test2"
|
||||
version = "0.2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
homepage = "https://github.com/longbridge/gpui-component"
|
||||
keywords = ["gpui", "uikit", "shadcn", "desktop", "ui"]
|
||||
publish = true
|
||||
version = "0.2.0-test2"
|
||||
version = "0.2.0"
|
||||
readme = "../../README.md"
|
||||
license-file = "LICENSE-APACHE"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue