diff --git a/Cargo.lock b/Cargo.lock index 542dc6f..9239e4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1022,7 +1022,7 @@ dependencies = [ [[package]] name = "is31fl3741" version = "0.2.1" -source = "git+https://github.com/JohnAZoidberg/is31fl3741?branch=merged#20dbb3ea963a01129fce75d4e2f07d82e2136820" +source = "git+https://github.com/FrameworkComputer/is31fl3741-rs?branch=main#23357a469d9cc913a2f73b60f990f1d7119a7e93" dependencies = [ "embedded-graphics-core", "embedded-hal", diff --git a/Cargo.toml b/Cargo.toml index dd419f8..b6f302b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ usbd-serial = "0.1.1" usbd-hid = "0.6.1" fugit = "0.3.7" # LED Matrix -is31fl3741 = { git = "https://github.com/JohnAZoidberg/is31fl3741", branch = "merged" } +is31fl3741 = { git = "https://github.com/FrameworkComputer/is31fl3741-rs", branch = "main" } # B1 Display st7306 = { git = "https://github.com/FrameworkComputer/st7306-rs", branch = "update-deps" } embedded-graphics = "0.8"