Skip to content

Commit

Permalink
Uses HTTPS instead of SSH for okf and okf-1100
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Jul 20, 2024
1 parent 4f48047 commit 8753e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/Cargo.lock
/firmware-dumper.bin
/target
4 changes: 2 additions & 2 deletions dumper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
okf = { git = "ssh://git@github.com/obhq/kernel-framework.git" }
okf = { git = "https://github.com/obhq/kernel-framework.git" }

[target.'cfg(fw = "1100")'.dependencies]
okf-1100 = { git = "ssh://git@github.com/obhq/kernel-framework.git" }
okf-1100 = { git = "https://github.com/obhq/kernel-framework.git" }

0 comments on commit 8753e4a

Please sign in to comment.