Update relm4 dependency url
This commit is contained in:
parent
887ff2959c
commit
851449c3ef
1 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,6 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
relm4 = { git = "https://github.com/AaronErhardt/relm4", branch = "next" }
|
relm4 = { git = "https://github.com/Relm4/Relm4", branch = "next" }
|
||||||
relm4-macros = { git = "https://github.com/AaronErhardt/relm4", branch = "next" }
|
relm4-macros = { git = "https://github.com/Relm4/Relm4", branch = "next" }
|
||||||
tracker = "0.1.1"
|
tracker = "0.1.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue