Skip to content

Commit 1511247

Browse files
committed
Release 0.21.1 attempt 2
1 parent ad05a55 commit 1511247

3 files changed

Lines changed: 4 additions & 4 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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repository = "https://github.com/lampsitter/egui_commonmark"
1919
egui_extras = { version = "0.32", default-features = false }
2020
egui = { version = "0.32", default-features = false }
2121

22-
egui_commonmark_backend = { version = "0.21.1", path = "egui_commonmark_backend", default-features = false }
22+
egui_commonmark_backend = { version = "0.21.0", path = "egui_commonmark_backend", default-features = false }
2323
egui_commonmark_macros = { version = "0.21.1", path = "egui_commonmark_macros", default-features = false }
2424

2525
# To add features to documentation

egui_commonmark_backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "egui_commonmark_backend"
33
authors = ["Erlend Walstad"]
44

5-
version.workspace = true
5+
version = "0.21.0"
66
edition.workspace = true
77
license.workspace = true
88
rust-version.workspace = true

0 commit comments

Comments
 (0)