Skip to content

Commit b6b7493

Browse files
committed
update deps
1 parent 7d19cdd commit b6b7493

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ version = "0.1.2"
55
edition = "2021"
66
description = "The macro for async, handler-based Hyperware Hyperapps."
77
homepage = "https://hyperware.ai"
8-
repository = "https://github.com/hyperware-ai/hyperapp_macro"
8+
repository = "https://github.com/hyperware-ai/hyperapp-macro"
99
license = "Apache-2.0"
1010

1111
[lib]
1212
proc-macro = true
1313

1414
[dependencies]
15-
hyperware_process_lib = { git = "https://github.com/hyperware-ai/process_lib", rev = "41f25ce", features = ["hyperapp"] }
15+
hyperware_process_lib = { version = "2.3.1", features = ["hyperapp"] }
1616
proc-macro2 = "1.0"
1717
quote = "1.0"
1818
syn = { version = "2.0", features = ["full", "extra-traits"] }

0 commit comments

Comments
 (0)