Skip to content
Snippets Groups Projects
Commit bdd593e0 authored by Per Lindgren's avatar Per Lindgren
Browse files

use git instead of path

parent f724aded
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ version = "0.6.0"
[patch.crates-io]
volatile-register = { git = "https://gitlab.henriktjader.com/pln/volatile-register.git", branch = "klee-analysis" }
#volatile-register = { path = "../../klee/volatile-register/" }
#cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "klee-analysis" }
cortex-m = { path = "../../cortex-m" }
cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "klee-analysis" }
#cortex-m = { path = "../../cortex-m" }
# [dependencies.stm32f413]
# version = "0.3.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment