Skip to content

Commit 8754770

Browse files
committed
Release 0.33.0
1 parent 3c68714 commit 8754770

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ dependencies = [
853853

854854
[[package]]
855855
name = "demo"
856-
version = "0.32.1"
856+
version = "0.33.0"
857857
dependencies = [
858858
"eframe",
859859
"egui",
@@ -1097,7 +1097,7 @@ dependencies = [
10971097

10981098
[[package]]
10991099
name = "egui_plot"
1100-
version = "0.32.1"
1100+
version = "0.33.0"
11011101
dependencies = [
11021102
"ahash",
11031103
"document-features",

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = ["egui_plot", "demo", "examples/*"]
77
edition = "2024"
88
license = "MIT OR Apache-2.0"
99
rust-version = "1.85"
10-
version = "0.32.1"
10+
version = "0.33.0"
1111

1212

1313
[profile.release]
@@ -19,7 +19,7 @@ opt-level = 2
1919

2020

2121
[workspace.dependencies]
22-
egui_plot = { version = "0.32.1", path = "egui_plot", default-features = false }
22+
egui_plot = { version = "0.33", path = "egui_plot", default-features = false }
2323

2424
ahash = { version = "0.8.11", default-features = false, features = [
2525
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead

0 commit comments

Comments
 (0)