Skip to content

Commit

Permalink
Use our own language-rust fork in submodule
Browse files Browse the repository at this point in the history
Unfortunately, the upstream `language-rust` repo at
https://github.com/harpocrates/language-rust no longer appears to be actively
maintained, and without a fix for
harpocrates/language-rust#44, it is impossible to
build `language-rust` with GHC 9.6. This patch changes our `language-rust`
submodule to instead use our fork of `language-rust` (at
https://github.com/GaloisInc/language-rust). It is unclear if we will have to
keep doing this in the long term, but this at least unblocks us in the short
term.
  • Loading branch information
RyanGlScott committed Nov 20, 2023
1 parent 5b43e94 commit 15c723a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
url = https://github.com/galoisinc/argo
[submodule "deps/language-rust"]
path = deps/language-rust
url = https://github.com/harpocrates/language-rust.git
url = https://github.com/GaloisInc/language-rust.git
[submodule "deps/language-sally"]
path = deps/language-sally
url = https://github.com/GaloisInc/language-sally
Expand Down

0 comments on commit 15c723a

Please sign in to comment.