Skip to content

Commit 295061f

Browse files
committed
fix versioning
1 parent d62bf1e commit 295061f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ no-self-update = ["grin-gui-core/no-self-update"]
1616
debug = ["iced/debug"]
1717

1818
[dependencies]
19-
grin-gui-core = { version = "0.1.0", path = "crates/core", features = ["wgpu"]}
20-
grin-gui-widgets = { version = "0.1.0", path = "crates/widgets" }
19+
grin-gui-core = { version = "0.1.0-alpha.1", path = "crates/core", features = ["wgpu"]}
20+
grin-gui-widgets = { version = "0.1.0-alpha.1", path = "crates/widgets" }
2121

2222
iced = { version = "0.10", features = ["canvas", "tokio"] }
2323
iced_futures = { version = "0.7", features = ["async-std"] }

0 commit comments

Comments
 (0)