Skip to content

Commit bd43a1e

Browse files
committed
Release 0.4.0
eye_declare@0.4.0 eye_declare_macros@0.4.0 Generated by cargo-workspaces
1 parent 7a1be4b commit bd43a1e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/eye_declare/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "eye_declare"
33
description = "Declarative inline TUI rendering library for Rust"
44
repository = "https://github.com/BinaryMuse/eye-declare"
5-
version = "0.3.0"
5+
version = "0.4.0"
66
edition = "2024"
77
license = "MIT"
88
readme = "../../README.md"
@@ -22,7 +22,7 @@ tokio = { version = "1", features = [
2222
"rt-multi-thread",
2323
] }
2424
futures = "0.3"
25-
eye_declare_macros = { path = "../eye_declare_macros", version = "0.3.0", optional = true }
25+
eye_declare_macros = { path = "../eye_declare_macros", version = "0.4.0", optional = true }
2626
typed-builder = "0.23.2"
2727

2828
[features]

crates/eye_declare_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "eye_declare_macros"
33
description = "Macros for eye_declare"
44
repository = "https://github.com/BinaryMuse/eye-declare"
5-
version = "0.3.0"
5+
version = "0.4.0"
66
edition = "2024"
77
license = "MIT"
88

0 commit comments

Comments
 (0)