Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Jan 9, 2024
1 parent d62bf1e commit 295061f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ no-self-update = ["grin-gui-core/no-self-update"]
debug = ["iced/debug"]

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

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

0 comments on commit 295061f

Please sign in to comment.