Skip to content

Commit 41824c0

Browse files
committed
version: 0.1.0 -> 0.1.1
1 parent 947a586 commit 41824c0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

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

entrace_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "entrace_core"
33
description = "client library for ENTRACE, a modern log viewer and observability toolkit for Rust"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition = "2024"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/algorithmiker/entrace"

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "entrace_example"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66

gui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "entrace_gui"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
license = "(MIT OR Apache-2.0) AND OFL-1.1"
66

@@ -16,7 +16,7 @@ eframe = "0.32.0"
1616
egui = "0.32.0"
1717
egui_extras = { version = "0.32.0", features = ["all_loaders"] }
1818
egui_material_icons = "0.4.0"
19-
entrace_core = { version = "0.1.0", path = "../entrace_core/" }
19+
entrace_core = { version = "0.1.1", path = "../entrace_core/" }
2020
memchr = "2.7.5"
2121
mimalloc = "0.1.47"
2222
mlua = { version = "0.10.5", features = ["error-send", "luajit"] }

0 commit comments

Comments
 (0)