Skip to content

Commit

Permalink
temporarily revert to windows 2019 build envitonment because of 2022 …
Browse files Browse the repository at this point in the history
…env compiler bug
  • Loading branch information
yeastplume committed Feb 2, 2024
1 parent fe1b50e commit c2babe1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Version of Grin-gui [e.g. v0.1.0-alpha.3 or a commit hash of the build]
- Version of Grin-gui [e.g. v0.1.0-alpha.4 or a commit hash of the build]


**Additional context**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
windows-release:
name: Windows Release
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

windows-tests:
name: Windows Tests
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grin-gui"
version = "0.1.0-alpha.3"
version = "0.1.0-alpha.4"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "GUI wrapping grin and grin-wallet. Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
Expand All @@ -16,8 +16,8 @@ no-self-update = ["grin-gui-core/no-self-update"]
debug = ["iced/debug"]

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

iced = { version = "0.10", features = ["canvas", "tokio"] }
iced_futures = { version = "0.7", features = ["async-std"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "grin-gui-core"
description = "Core GUI library for Grin GUI"
version = "0.1.0-alpha.3"
version = "0.1.0-alpha.4"
authors = ["Yeastplume", "Casper Rogild Storm"]
license = "GPL-3.0"
homepage = "https://github.com/mimblewimble/grin-gui"
Expand Down
2 changes: 1 addition & 1 deletion crates/widgets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "grin-gui-widgets"
description = "Widget library for Grin Core GUI"
version = "0.1.0-alpha.3"
version = "0.1.0-alpha.4"
authors = ["Yeastplume", "Casper Rogild Storm", "tarkah <admin@tarkah.dev>"]
license = "GPL-3.0"
homepage = "https://github.com/mimblewimble/grin-gui"
Expand Down

0 comments on commit c2babe1

Please sign in to comment.