Skip to content

Commit 6880a1b

Browse files
authored
1.0.0-alpha.7 (#287)
* fix: updated path for patch * fix: adjusted versioning to allow windows to work
1 parent 2452e26 commit 6880a1b

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

Cargo.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "1.0.0-alpha.6"
2+
version = "1.0.0-alpha.7"
33
edition = "2024"
44

55
[workspace]

testangel/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,4 @@ winres = "0.1"
6565
ico-builder = "0.1"
6666

6767
[build-dependencies]
68-
relm4-icons-build = "0.10.0"
69-
70-
[patch.crates-io]
71-
relm4-icons-build = { git = "https://github.com/lilopkins/relm4-icons.git" }
68+
relm4-icons-build = { git = "https://github.com/lilopkins/relm4-icons.git" } # "0.10.0"

0 commit comments

Comments
 (0)