Skip to content

Commit 0e1d9b9

Browse files
committed
bump minor versions for docs.rs rebuild
1 parent 44b4ab7 commit 0e1d9b9

3 files changed

Lines changed: 6 additions & 6 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ keywords = ["dioxus", "code", "highlighting", "editor"]
2121
categories = ["gui", "web-programming"]
2222

2323
[workspace.dependencies]
24-
dioxus-code = { version = "0.1.0", path = "." }
25-
dioxus-code-editor = { version = "0.1.0", path = "code-editor", default-features = false }
24+
dioxus-code = { version = "0.1.1", path = "." }
25+
dioxus-code-editor = { version = "0.1.1", path = "code-editor", default-features = false }
2626

2727
[package]
2828
name = "dioxus-code"
29-
version.workspace = true
29+
version = "0.1.1"
3030
edition.workspace = true
3131
license.workspace = true
3232
description = "Syntax-highlighted code blocks for Dioxus."

code-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-code-editor"
3-
version.workspace = true
3+
version = "0.1.1"
44
edition.workspace = true
55
license.workspace = true
66
description = "Syntax-highlighted code editor component for Dioxus."

0 commit comments

Comments
 (0)