Skip to content

Commit

Permalink
Remove incorrect branch on .gitmodules (#126)
Browse files Browse the repository at this point in the history
https://stackoverflow.com/questions/8044583/how-can-i-move-a-tag-on-a-git-branch-to-a-different-commit states we cannot use tags, so this branch = tag is broken.

Instead of updating here, we will manage commits for sub-modules manually and locked into the tags/releases for known working versions (in #124 )
  • Loading branch information
nuke-web3 authored Jul 2, 2024
1 parent 37d4ce7 commit f867106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
[submodule "lib/risc0-ethereum"]
path = lib/risc0-ethereum
url = https://github.com/risc0/risc0-ethereum
branch = v1.0.0-rc.6

0 comments on commit f867106

Please sign in to comment.