Skip to content

Commit

Permalink
Prepare for release 0.3.0
Browse files Browse the repository at this point in the history
Update release and use a tag for the patched iced.
  • Loading branch information
fengalin committed Jan 27, 2023
1 parent c25988a commit 053e460
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 30 deletions.
71 changes: 48 additions & 23 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jstation-controller"
version = "0.2.99"
version = "0.3.0"
authors = ["François Laignel <[email protected]>"]
categories = ["Multimedia"]
keywords = ["guitar", "jstation"]
Expand Down Expand Up @@ -34,9 +34,9 @@ thiserror = "1.0"
lto = true

[patch.crates-io]
iced = { git = "https://github.com/fengalin/iced", branch = "subscription-unfold-none-handling" }
iced_core = { git = "https://github.com/fengalin/iced", branch = "subscription-unfold-none-handling" }
iced_graphics = { git = "https://github.com/fengalin/iced", branch = "subscription-unfold-none-handling" }
iced_lazy = { git = "https://github.com/fengalin/iced", branch = "subscription-unfold-none-handling" }
iced_native = { git = "https://github.com/fengalin/iced", branch = "subscription-unfold-none-handling" }
iced_wgpu = { git = "https://github.com/fengalin/iced", branch = "subscription-unfold-none-handling" }
iced = { git = "https://github.com/fengalin/iced", tag = "0.7.0-subscription-unfold-none-handling" }
iced_core = { git = "https://github.com/fengalin/iced", tag = "0.7.0-subscription-unfold-none-handling" }
iced_graphics = { git = "https://github.com/fengalin/iced", tag = "0.7.0-subscription-unfold-none-handling" }
iced_lazy = { git = "https://github.com/fengalin/iced", tag = "0.7.0-subscription-unfold-none-handling" }
iced_native = { git = "https://github.com/fengalin/iced", tag = "0.7.0-subscription-unfold-none-handling" }
iced_wgpu = { git = "https://github.com/fengalin/iced", tag = "0.7.0-subscription-unfold-none-handling" }

0 comments on commit 053e460

Please sign in to comment.