Skip to content

Commit 23203d6

Browse files
committed
v0.1.1
1 parent 842b895 commit 23203d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hyperapp_macro"
33
authors = ["Sybil Technologies AG"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition = "2021"
66
description = "The macro for async, handler-based Hyperware Hyperapps."
77
homepage = "https://hyperware.ai"
@@ -12,8 +12,7 @@ license = "Apache-2.0"
1212
proc-macro = true
1313

1414
[dependencies]
15+
hyperware_process_lib = { version = "2.2.0", features = ["hyperapp"] }
1516
proc-macro2 = "1.0"
1617
quote = "1.0"
1718
syn = { version = "2.0", features = ["full", "extra-traits"] }
18-
19-
hyperware_process_lib = { git = "https://github.com/hyperware-ai/process_lib", features = ["hyperapp"], rev = "1a6ad9d" }

0 commit comments

Comments
 (0)